Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在调试模式下定义一些成员变量和一些代码,当更改为发布模式时,它们不会出现。
我知道我可以使用#ifdef xxx 来完成这项任务。
我的问题是:MFC 是否提供了任何方便的宏来执行此操作。
#ifdef _DEBUG
Visual Studio 在构建应用程序的调试风格时定义了 _DEBUG 宏。