【问题标题】:Visual C++ dump preprocessor definesVisual C++ 转储预处理器定义
【发布时间】:2011-06-06 03:09:30
【问题描述】:

我正在尝试找出Visual C++ compiler (MSVC) 的所有预处理器定义。我可以的

gcc -dM -E - < /dev/null

在 GCC 上转储所有预处理器定义。我们有没有类似Visual C++编译器的东西?

我正在使用Visual C++ 9.0

【问题讨论】:

标签: gcc visual-c++ c-preprocessor


【解决方案1】:

没有这样的命令。但是,MSDN(在线和离线)lists all the preprocessor defines,Microsoft 特定、标准定义和 ANSI 定义。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2011-01-14
    • 2018-02-10
    • 2015-02-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2010-11-10
    相关资源
    最近更新 更多