Tech Tutorials Database
GeekArticles Programming C++
 

Fast and easy memory leak detection

 
Author: codeproject.com
Category: C++
Comments (0)

For Visual Studio IDE we can detect leaks by using CRT debugger functions#define _CRTDBG_MAP_ALLOC#include #include void main(){ ...... ...... _CrtDumpMemoryLeaks();}This will dump leaks if any to the Output window. Check this link :...

Read More...




Sponsored Links




Read Next: Projects in Visual C++ 2010 ? Part 2: Project Dependencies



 

 

Comments



Post Your Comment:

Your Name:*
e-mail ID:(required for notification)*
Image Verification: 
 
 Subscribe