#ifdef _DEBUG/ #define new DEBUG_NEW/ #endif的作用

转自:#ifdef _DEBUG #define new DEBUG_NEW #endif的解释 在用vc时,利用AppWizard会产生如下代码: [cpp]  view plain  copy #ifdef _DEBUG   #define new DEBUG_NEW   #undef THIS_FILE   static char THIS_FILE[] = __FILE__;   #end
相关文章
相关标签/搜索