Thursday, February 10, 2011

Use of DEBUG_NEW in C++

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:

Post a Comment