Hunt for memory leaks
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
Kleser wrote:
best methods to hunt for the memory leaks
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
Use the debugger, it will show you where the memory was allocated and give you a dump of the values. If it was a string, this is REALLY helpful. A bitmap, less so :-)
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-