memory

J

john townsley

hi
Is there some way in c++ you can keep track of how much memory you are using
with your program, and/or if it is leaking objects from API calls...stuff
like that
 
A

Allan Bruce

john townsley said:
hi
Is there some way in c++ you can keep track of how much memory you are
using with your program, and/or if it is leaking objects from API
calls...stuff like that

You could write your own class to do this - good as a homework exercise too.
This is commonly called a wrapper, check google for loads of resources...

Allan
 
N

Niels Dybdahl

Is there some way in c++ you can keep track of how much memory you are
using
with your program, and/or if it is leaking objects from API calls...stuff
like that

And on Windows: Boundschecker
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,197
Messages
2,571,040
Members
47,634
Latest member
RonnyBoelk

Latest Threads

Top