I'm trying to make a c++ program print out its own memory footprint.
Whats a good way to print out the KB of memory a c++ program is using at the current time?
I would need it for Linux and windows...so something platform independent....
Thank you, MS