gpt4 book ai didi

C语言 : source file after preprocessing

转载 作者:太空宇宙 更新时间:2023-11-04 01:39:03 26 4
gpt4 key购买 nike

我正在使用可视化 cl.exe 编译器在预处理后获取中间文件。所有的 #define 都被删除了。有没有可能将它们保留在中间文件中?

最佳答案

没有。预处理的任务之一是删除所有 #define 和其他预处理内容 #s 并创建一个普通的 c 文件。

您可以做什么:使用/E 或/P 将预处理输出到输出或文件:http://blog.kowalczyk.info/article/clexe-cmd-line-args.html

关于C语言 : source file after preprocessing,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9033629/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com