next up previous
Next: Textbook Up: Advanced C++ Programming Previous: Lecture notes

Subsections


Code

Detecting memory leaks

A comprehensive tool for detecting memory leaks (and other nasties) which I recommend is valgrind. It is capable of giving you details about the actual place of those memory leaks, and does some other profiling duty.


next up previous
Next: Textbook Up: Advanced C++ Programming Previous: Lecture notes
Stefan Bruda 2013-01-07