English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have the Borland C++, and because of the heat the processor goes over the hedge. When I start the IDE the processor climbs up to 60 Celsius and then the Windows give's me the blue screen. Is it normal for C++ to put this much presure on my cpu? I have a AMD Athlon 3500+/ 2 Gb Ram/ Asus Mb. So the system is not a weak one. The borland software has been used by my highscholl for about 15 years, from my teacher I got it to work at home. Could the problem be that the software is too old?

2006-07-12 22:56:38 · 3 answers · asked by Anonymous in Computers & Internet Programming & Design

it's a desktop, well ventilated, still I have no idea on the state of the cpu. Never fooled around with it. I just biought it assembeld

2006-07-12 23:10:36 · update #1

thanks A LOT TO ALL of YOU GUYS ! :) Can't thanl you enough. solved it! Got the DEV-C++ and its working fine, the temps are going down... 48 celsius not over 60, the normal temps for my pc. just like it was is stanby, and when I'm not working on it. Question: does the DEV-C++ have all the features of Boland C++?

2006-07-12 23:40:12 · update #2

And , yes, Indian Male, the C++ that I had was a dos based software, but it had a GUI interface, so I used the GUI instead of the dos launch command. That again. Still I have only one of you to choose as the winner for the 10 points. i don't care who I give them too. so Step up, and tell me how needs these points the most. You've all helped me a great deal, so I will have a hard job in chosing one of you, I think I'll put it to vote. That would be the best thing to do.

2006-07-12 23:43:10 · update #3

3 answers

The IDE is sitting on a 'busy-wait', the application seems to be that old!

http://en.wikipedia.org/wiki/Busy-wait

Run it in Dos-Box, that will regulate the speed.

http://dosbox.sourceforge.net

Or you could use a newer IDE instead. Your C++ compiler should still work, but it's really old, and your programs will suffer the same fate as the IDE!

This is the best free IDE/GNU G++ based C++ tool chain I can find:

http://www.bloodshed.net/dev/

About the compiler:
http://en.wikipedia.org/wiki/G%2B%2B

(Dev-C++ uses the GNU compilers, it's used to compile most Open Source applications, including some Operating Systems! It will also use the features of your processor, where the old Borland compiler wont - a new Borland compiler will of course. To find out why the IDE failed, look into the following functions - sleep, and usleep! - have fun!)

Should you want to experiment with C++ outside of windows I recommend:

http://www.ubuntu.com

2006-07-12 23:03:37 · answer #1 · answered by Fru. T Bunn 2 · 2 0

Borland C++ consuming too much CPU on a 2gig Box, amazing!
I guess the SW is corrupt. Why dont you re-install Borland C++ and try again?

Get the latest Borland C++ SW. If you are using the old one (from your school days), its designed for DOS and 80*88 processors. That should be the problem.

Alternately, you can run the C++ IDE (If it is DOS based) in command window launched by "cmd" command - not "command" command. Try this.

2006-07-13 06:29:00 · answer #2 · answered by Indian_Male 4 · 0 0

The only thing I can think of is that you're running a console application in DOS. To deal with that use DOSBox or something similar to underclock your machine. Seems odd though!

2006-07-13 06:13:15 · answer #3 · answered by Anonymous · 0 0

fedest.com, questions and answers