Detecting memory leaks with Dev C++

Started by
0 comments, last by Promit 15 years, 7 months ago
For years I used Visual C++ 6.0, then eventually switched to Visual C++ 2005, which has a sexy debugger which can be used to easily smash memory leaks. Just recently, my living situation changed, so I needed a lightweight IDE to fit on a flash drive, so I switched to Dev C++. Can it be used to detect memory leaks like VC can? Any help is appreciated.
Advertisement
Not that I'm aware. You could try using Paul Nettle's memory manager though.
SlimDX | Ventspace Blog | Twitter | Diverse teams make better games. I am currently hiring capable C++ engine developers in Baltimore, MD.

This topic is closed to new replies.

Advertisement