2,839 Posted Topics
Re: It could also be the fan. If the fan is grinding against something, it won't cool the CPU enough. If the CPU get's to hot, the computer will shutdown automaticly to prevend damage. download [URL="http://www.download.com/SensorsView-Pro/3000-2094_4-10505601.html?tag=lst-0-2"]SensorView [/URL]Pro and monitor the CPU-temp before it shuts down. If it's >60,0C I'm right Regards … | |
Re: [QUOTE=cengar] if youre running XP, uninstall the onboard sound, then go back into BIOS and disable it. Then reinstall the drivers for the new sound card" [/QUOTE] Do you have a new soundcard? If not, this solution will only make things worse for you. [QUOTE=cengar] I have looked at device … | |
Re: I used [URL="http://www.softpedia.com/progDownload/RUndelete-Download-1884.html"]r-undelete[/URL] a (long)while ago and it did the trick for me. Good luck! Regards Niek | |
Re: The lamest: "Are you using <software that you know the client has installed>?" | |
Re: When does it stop? In the BIOS or is it trying to start windows? regards Niek | |
Re: In safemode try removing the driver -> reboot in normal mode -> reinstall the driver. Regards Niek | |
Re: This probably has nothing to do with the headset. You could try reinstalling the driver for your soundcard. | |
Re: [quote=Ancient Dragon;301686]link doesn't work or the server is turned off for the weekend.[/quote] It does actually, but you have to CTRL-C CTRL-V. The op entered the wrong adress in the link. | |
Re: That's a tough one... I would say that you only need one copy, but I'm not quite sure. I would send this question to microsoft and see what they have to say about it. Regards Niek | |
Re: [quote=abbylap;308283]:confused: i'm having a problem with my screensaver. it's freezing up. can anyone help me? thanks[/quote] Please be more specific: -what screensaver: a standard or downloaded one? -freezes? Does you computer hang? -do you need to reset or ctrl-alt-del? -computer specs (videocard) -Did the screensaver ever work properly? regards Niek | |
Re: Sorry, but whe are not going to write the program for you. What have you done so far? You should use a class/struct for employee, that way it would be easy to add employees to the system. In this class make vars for name etc and worked hours. Niek | |
Re: [QUOTE] I did notice that the machine lost the current date and time information while I was away [/QUOTE] So the battery drained while you were away. It could very well be that the bios has changed back to defaults settings which means your Frequencys and voltages could be set … | |
Re: I'm not sure what your question is. Are you trying to change the settings of directX with VC6, or are you trying to make a project in VC6 which uses dirextx? If the second is the case: there are a few good links in [URL="http://www.daniweb.com/techtalkforums/thread63827.html"]this [/URL]thread | |
Re: A few things: main() is an int function (allthough :davis: might disagree right WaltP?) not a void. Please read [URL="http://users.aber.ac.uk/auj/voidmain.shtml"]this[/URL] . [inlinecode]int *a = NULL;[/inlinecode] would be a way to initialise your pointer. [inlinecode] *b=malloc(sizeof(int)); [/inlinecode] When you've allocated memory, you should free it when your done with it. | |
Re: First of all: I agree with Joe, you should use C++ strings. But if you want to use char[], I would rewrite the program like this: (pseudocode) [code=c] int length1= strlen(string1) - 1, length2=strlen(string2) - 1; int i1 = 0, i2 =0; Loop while counter <= length1+length2 { if (i1 … | |
Re: [quote=Ancient Dragon;305033]you will have to be a tad bit more specific because there are millions of programs.:mrgreen:[/quote] That's just mean... Here's a program for you: [code=c] #include <stdio.h> int main() { return 0; } [/code] I'm joking as you might have noticed :mrgreen: Ancient Dragon is right, what do you … | |
Re: Here's a simple tip for you: [quote=Marks256] I don't like to type crap like "std::cout >>" and what not... [/quote] By adding [inlinecode] using namespace std; [/inlinecode] to your code, you wouldn't have to type std:: everytime: [inlinecode]cout << "hello";[/inlinecode] Looks alot cleaner. [quote=Marks256]So you understand why i want to … | |
A while ago I changed my notification option to : daily notification instead of instant notification, because I got to many emails. But now I'm not receiving any.. Anyone else using daily notification? Niek | |
Re: @CPato: one more tip: [B][COLOR=#808080][/COLOR][/B][QUOTE] [B][COLOR=#800080]int[/COLOR][/B] Kiolmeters; [snip] cin>>Kiolometers>>endl; [/QUOTE] You should really be more carefull with typo's Kiolmeters != Kiolometers. These 'tiny' errors can cost you a lot of time. | |
Re: [quote=WaltP;302034]I've see a lot of mention of this compiler here, but I don't remember anyone posting a link. Wouldn't that be a good idea when it's recommended?[/quote] Please look closer: :eek: [quote=~s.o.s.~] [URL]http://www.codeblocks.org/downloads.shtml[/URL] [/quote] | |
Re: Have you checked the master/slave jumpers on the HDDs? | |
Re: It's been a while since I've used kbhit, so don't shoot me i I'm wrong ;); but if I remember correct kbhit will only tell you that a key is pressed. By saying [inlinecode]ch = getch()[/inlinecode] you will actually get the key that is pressed, so if you want to … | |
Re: [QUOTE=amishosh]PS: I know there are tons of sources out there for a snake game in C but I want to build it 100% on my own.[/QUOTE] That's the spirit :) [quote=amishosh;304498]Why is that different that actually saving the '*' coordinates?[/quote] Say we have a snake that's 20 *'s long. If … | |
Re: You have problems in your sourcecode. Please post your code so we can help you. | |
Re: [off topic mode on] [QUOTE]So of course there'd be a bit more work for the moderation team.[/QUOTE] Agreed, but there are more people here who know how to write C/++, so it wouldn't all come down to the Mod's Personally I think it's a great idea, such a thread could … | |
Re: Sorry, to vague. Are you talking about your compiler? Which are you using? | |
Re: You shouldn't use 'goto' it makes a mess of your program and is responsible for a lot of while(1) loops. I'm not exactly clear on what you're trying to do, but if you want to keep asking for an input while X = 0, you could try something like: [code=c] … | |
Yesterday was the worst storm in 15 years in Holland, Engeland, Belgium etc. So I was wondering if anyone has any damage? My roof apperantly isn't waterproof, so yesterday the water started coming through the ceiling into my kitchen and living-room. Which was quite...refreshing.. This mourning when I looked out … | |
Re: [URL="http://www.daniweb.com/techtalkforums/thread16884.html"]Here's[/URL] a thread about the same subject (it also discusses some books) Personally I think[URL="http://www.daniweb.com/techtalkforums/thread50370.html"] C [/URL]would be a good option. It's a pretty low-level language and will give you a good idea of what you can do. You can always learn C++ from there. Reply again if you have … | |
Re: Is this for school or something? Windows never said something like this to me :) Regards Niek | |
Re: First of all: use int main() instead of [URL="http://users.aber.ac.uk/auj/voidmain.shtml"]void main()[/URL] please use [URL="http://www.daniweb.com/techtalkforums/announcement8-3.html"]code [/URL]tags, it makes your code easier to read as does indention With that said: you have a few typo's in your code: [code=cplusplus] void main() { Decode code; [/code] Your class is called ' decoder ' not … | |
Re: [quote=gerbil;302060]No.[/quote] Not agreed, sorry. There is a way.... Pull the drive from the computer and install it as slave in another computer. Then open [root dir slave]:\config.sys with notepad and post it's contens here. If config.sys doesn't exist: open notepad and save the file as [root dir slave]:\config.sys (there doesn't … | |
Re: [quote] What do you think could be lagging up my laptop?? [/quote] Software. It always is :) How old is your XP-install? (when was the last format). All the stuff you've just installed (AVG etc) is also slowing your computer down. I recommend going to controlpanel->software and just remove all … | |
Re: Just leave the corrupted drive in the PC where it belongs and put in the winXP CD. Change the bootorder so that CD-ROM is primary bootdevice. Wait for WINXP setup. Choose Repair. | |
Re: Uninstall them both and see if windows works. If it does: install one and reboot. If it still works install the other. regards Niek | |
Re: [quote=Cordillera] do I get to be connected to Internet by cable to a network before the card is installed [/quote] No that's not necessary. [quote=Cordillera] and way I keep losing the installation [/quote] Don't know. It looks like windows is loading somekind of defaultsetting everytime you boot. This may sound … | |
Re: Depends on what hardware you have. [URL="http://www.driverguide.com"]driverguide.com[/URL] has most drivers, it's a free subscription site Niek | |
Re: [URL="http://www.google.nl/search?hl=nl&q=ti+89+emulator&meta="]Google is your friend[/URL] | |
Re: [quote=Gervman21;300499] So do I connect it to the one with 8 wires or the one with 4 wires, [/quote] Doesn't matter. For your other problem:[quote] Old harddrive [/quote] How old? What kind of Mobo? Did you try hooking up a 'newer' harddrive? Regards Niek | |
Re: [quote=jbennet;299103]lager = [B]grolsch[/B], stella, carlsberg - those sort of brands its made differently to have a cleaner, crisper taste[/quote] Grolsch it brewed 10 km from my hometown so when I drink beer it's Grolsch. But out of a brown bottle instead of those ugly green things... And icecold with 2 … | |
Re: [quote=GLAD;299480]HIi, I got someone answering me rudely so I just want to delete my question or remove the words edit as you say, and be done with it. [/quote] Well that's not completely true. Joey is pointing out that you should have read the rules before posting, which is pretty … | |
Re: [quote=chrisd2211;299646]i did hear 5 or 6 beeps (more likely 6) :twisted:[/quote] Is it still beeping? Please post the exact number of beeps and the time between them. It could be your CPU, but I doubt it. Ghost warned you for an internal error, if it was your cpu the computer … | |
Re: Welcome to Daniweb, First of all: You posted in the wrong section, this is the only forum on this community where problems won't be solved. I've asked to move your question to the Windows forum. Then: If the previous owner of the computer wasn't a geek too, the XP-machines will … | |
Re: Try booting into safe-mode (press f8 when your computer is starting and choose safemode) then try to delete the file. | |
Re: [QUOTE=neera_m2006] Nah I don think so because I am looking for software which can help me in my search as i have to do lot of research work on internet. [/QUOTE] [URL]http://www.google.com/[/URL] ? Sorry, I really don't understand what else you could mean. Could you give an example? Regards Niek | |
Re: [QUOTE] In this plugin it will also be possible to save and open cfg files [/QUOTE] There isn't a standardformat for CFG files, so you can't write 1 plugin for all of them. Most CFG-files are just TXT-files so you can just open them with notepad. But some are not. … | |
Re: [quote=JANINE1;300150] It's a very good idea to touch a metal surface before you go into a PC [/quote] Yep,but only if the PC is grounded and don't touch any capacitors, or you will get a shocking experience (even if the computer's powercable is disconnected) | |
Re: Congrats Narue! [QUOTE=Dave Sinkula] So when do folks think there will be a [I]csc[B]baby[/B][/I] ([I][B]DaniNewb[/B][/I]orn)? [/QUOTE] Is there a CscDude/CscMan? :) Niek | |
Re: [quote=JJarvis;299350]Hi, I have made a simple Hello World tutorial for free download at a quick website I made. The website is [URL="http://www.freewebs.com/helloworldpascal"]here[/URL].[/quote] I wouldn't call it a tutorial, but more an example. If you want to write a real tutorial you should explain WHY things are written the way they … |
The End.