Visual Studio 2013 预定义的宏 https://msdn.microsoft.com/zh-cn/library/b0084kay(v=vs.120).aspx 列出预定义的 ANSI/ISO C99 和 Microsoft C++ 实现预处理宏. 编译器识别预定义的 ANSI/ISO C99 C 预处理宏,Microsoft C++ 实现将提供更多宏. 这些预处理器宏不带参数,并且不能重新定义. 本文中所列的一些预定义宏用多个值进行定义. ANSI 兼容的预定义宏 宏 说明…
以下信息摘自与标准C++的文档中. 如果把这些宏加在程序的日志中,它将为开发人员进行问题分析提供了很好的帮助. standard c++ 1998版The following macro names shall be defined by the implementation:__LINE__ The line number of the current source line (a decimal constant).__FILE__ The presumed name of the sour…