I wonder if there is any command line option under VS to save the output of preprocessor? Thanks.
Printable View
I wonder if there is any command line option under VS to save the output of preprocessor? Thanks.
It's useless, the compiler already reads that
Yes, it's in the project properties somewhere.
For MSVC that is C/C++, Preprocessor, Generate Preprocessed File
Edit: Oh, the command line option is /P
To view all options type cl -? in a command shell.