#ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif 語句解釋

VS2010環境下,添加MFC Class時,程序會自動生成框架代碼,cpp文件的include下面有以下語句:數組 #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif 如下是這段代碼的相關解釋: #ifdef _DEBUG //若是定義了_DEBUG,也就是
相關文章
相關標籤/搜索