Monday 19 September 2011

Memory Leak Check

#ifdef _DEBUG
#include <crtdbg.h>
#define CRTDBG_MAP_ALLOC
#define new new(_NORMAL_BLOCK, __FILE__, __LINE__)
#endif

include !!!

No comments: