I use the MS compiler from the command line (VS 2008), and whenever it compiles one source file, it prints the compiled source file. Is there a way to avoid this useless print ?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
There's no way to suppress that message with a switch (see also this thread).
回答2:
It sounds like you're using the /E switch which prints the source to the std output after it's run through the preprocessor.