2,839 Posted Topics

Member Avatar for jaudi33

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 …

Member Avatar for dcc
0
101
Member Avatar for cengar

[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 …

Member Avatar for cengar
0
98
Member Avatar for Wakenaam

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

Member Avatar for Wakenaam
0
158
Member Avatar for mattyd
Member Avatar for Sulley's Boo
0
182
Member Avatar for rasavac
Member Avatar for Nick Evan
0
25
Member Avatar for RGBNOSIGNAL

In safemode try removing the driver -> reboot in normal mode -> reinstall the driver. Regards Niek

Member Avatar for Nick Evan
0
66
Member Avatar for gamer_ankh

This probably has nothing to do with the headset. You could try reinstalling the driver for your soundcard.

Member Avatar for subrichards
0
159
Member Avatar for tvpollet

[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.

Member Avatar for tvpollet
0
85
Member Avatar for jhodgens

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

Member Avatar for Nick Evan
0
92
Member Avatar for abbylap

[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

Member Avatar for Nick Evan
0
30
Member Avatar for ameeroman

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

Member Avatar for WaltP
0
345
Member Avatar for netmerc

[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 …

Member Avatar for manojchavda
0
107
Member Avatar for may4life

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

Member Avatar for may4life
-1
65
Member Avatar for mailsteam

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.

Member Avatar for mailsteam
0
80
Member Avatar for d1e9v85

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 …

Member Avatar for Nick Evan
0
109
Member Avatar for HS20064972

[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 …

Member Avatar for ~s.o.s~
0
140
Member Avatar for Marks256

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 …

Member Avatar for Nick Evan
0
157
Member Avatar for Nick Evan

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

Member Avatar for jbennet
0
237
Member Avatar for cpato

@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.

Member Avatar for Nick Evan
0
598
Member Avatar for lotsofsloths

[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]

Member Avatar for lotsofsloths
0
173
Member Avatar for kdc7759
Member Avatar for uu666

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 …

Member Avatar for Salem
0
140
Member Avatar for amishosh

[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 …

Member Avatar for amishosh
0
97
Member Avatar for gauravji
Member Avatar for Ancient Dragon
0
239
Member Avatar for Boldgamer

[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 …

Member Avatar for John A
0
254
Member Avatar for hela
Member Avatar for John A
0
491
Member Avatar for flageolet

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] …

Member Avatar for Ravalon
0
91
Member Avatar for Nick Evan

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 …

Member Avatar for JJ___
0
114
Member Avatar for alexbarton

[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 …

Member Avatar for jbennet
0
158
Member Avatar for poorquality

Is this for school or something? Windows never said something like this to me :) Regards Niek

Member Avatar for dcc
0
87
Member Avatar for flamecly

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 …

Member Avatar for Colin Mac
0
264
Member Avatar for BloodyJack

[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 …

Member Avatar for Nick Evan
0
113
Member Avatar for DWP_Solara

[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 …

Member Avatar for DWP_Solara
0
88
Member Avatar for rational611

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.

Member Avatar for rational611
0
107
Member Avatar for javierjan

Uninstall them both and see if windows works. If it does: install one and reboot. If it still works install the other. regards Niek

Member Avatar for Nick Evan
0
58
Member Avatar for Cordillera

[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 …

Member Avatar for Cordillera
0
103
Member Avatar for Brackens

Depends on what hardware you have. [URL="http://www.driverguide.com"]driverguide.com[/URL] has most drivers, it's a free subscription site Niek

Member Avatar for Nick Evan
0
35
Member Avatar for jack19

[URL="http://www.google.nl/search?hl=nl&q=ti+89+emulator&meta="]Google is your friend[/URL]

Member Avatar for Nick Evan
0
54
Member Avatar for vjw757
Member Avatar for ~s.o.s~
0
78
Member Avatar for Gervman21

[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

Member Avatar for Gervman21
0
159
Member Avatar for purple rainx

[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 …

Member Avatar for Chaky
0
699
Member Avatar for Ancient Dragon

[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 …

Member Avatar for ~s.o.s~
0
130
Member Avatar for chrisd2211

[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 …

Member Avatar for chrisd2211
0
78
Member Avatar for hvuser

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 …

Member Avatar for gdpafred
0
109
Member Avatar for xSyDx

Try booting into safe-mode (press f8 when your computer is starting and choose safemode) then try to delete the file.

Member Avatar for xSyDx
0
95
Member Avatar for neera_m2006

[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

Member Avatar for happygeek
0
113
Member Avatar for Racoon200

[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. …

Member Avatar for Racoon200
0
92
Member Avatar for Manny805

[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)

Member Avatar for JANINE
0
104
Member Avatar for John A

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

Member Avatar for Narue
0
136
Member Avatar for JJarvis

[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 …

Member Avatar for JJarvis
0
104

The End.