I have written a prog in C/C++, no OOPs concepts.
How do I find how much processing power, and memmory my program uses while it runs?
I'm using a Borland C++ 5.02 compiler.
-Cheers
This is a discussion on Program Performance within the C++ Programming forums, part of the General Programming Boards category; I have written a prog in C/C++, no OOPs concepts. How do I find how much processing power, and memmory ...
I have written a prog in C/C++, no OOPs concepts.
How do I find how much processing power, and memmory my program uses while it runs?
I'm using a Borland C++ 5.02 compiler.
-Cheers
Ctrl+alt+del ?
If you have XP I know it brings up the windows task manager. From there find your process and see the memory its using and how much juice your cpu is using.
What is C++?