June 18, 2008

DEBUG_NEW

C++ Reference Guide
http://www.cplusplus.com/reference/


What's the functionality of DEBUG_NEW ?

It implements the ability of the debugger to be able to track the line number and file name of where any memory leaks were allocated.
•DEBUG_NEW

No comments: