Saturday, May 22, 2010

Whenever I switch on my Turbo C++ compiler the CPU usage in the Task Manager goes to 100%. Why?

On which OS are you running it.


Is it actually compiling or just hanging? Try downloading the latest version of Turbo C++.


Check if it does not hang by compiling an already compiled source code.

Whenever I switch on my Turbo C++ compiler the CPU usage in the Task Manager goes to 100%. Why?
its using all of your processor to compile the program. Thats a big program, or something hard to compile.
Reply:Yea, that is perfectly normal for a C++ compiler.








It would take much more time to compile the program if it didn't use 100% of the CPU.


No comments:

Post a Comment