调试过程中,内存泄露检测信息
#ifdef _DEBUG //如果_DEBUG已定义
#undef THIS_FILE //取消定义THIS_FILE
static char THIS_FILE[]=__FILE__; //定义THIS_FILE,把当前的文件名存入THIS_FILE中
#define new DEBUG_NEW //定义DEBUG_NEW
#endif
#undef THIS_FILE //取消定义THIS_FILE
static char THIS_FILE[]=__FILE__; //定义THIS_FILE,把当前的文件名存入THIS_FILE中
#define new DEBUG_NEW //定义DEBUG_NEW
#endif