PDA

View Full Version : CPU time and Visual Studio


Uldaman
10-26-2006, 09:09 PM
I'm a comp sci student learning C++ and java right now. I don;t really have much knowledge of CPU or Ram management works with Windows, or if it depends on the application running or whatever. My question is: is there a way I can alot more of my memory resources to a particular running process or application?

Said application is a program I'm writing in C++ in Visual Studio.NET 03, that is doing serious number crunching and I noticed even if I was only running that application, my Task Manager's Performance tab showed only about 45-50% of it being used? Can I make better use of it, and therefore have my program run faster?