在Visual Studio中进行预处理后,如何查看C / C ++源文件? [英] How do I see a C/C++ source file after preprocessing in Visual Studio?

查看:208
本文介绍了在Visual Studio中进行预处理后,如何查看C / C ++源文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

假设我有一个包含许多预处理器指令的源文件。可以看到预处理器完成后的外观如何?

解决方案

cl.exe ,Microsoft Visual C ++的命令行界面,有三个不同的输出预处理文件的选项(因此,以前有关Visual C ++的响应不一致):





如果要对没有#line指令的文件进行预处理,请将 / P / EP 选项。


Let's say I have a source file with many preprocessor directives. Is it possible to see how it looks after the preprocessor is done with it?

解决方案

cl.exe, the command line interface to Microsoft Visual C++, has three different options for outputting the preprocessed file (hence the inconsistency in the previous responses about Visual C++):

If you want to preprocess to a file without #line directives, combine the /P and /EP options.

这篇关于在Visual Studio中进行预处理后,如何查看C / C ++源文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆