/C (Preserve Comments During Preprocessing)
Visual Studio .NET 2003
/C
This option preserves comments during preprocessing. It requires the /E, /P, or /EP option. If you specify the /C option as well, the preprocessor passes source-file comments to its output file.
To set this compiler option in the Visual Studio development environment
- Open the project's Property Pages dialog box. For details, see Setting Visual C++ Project Properties.
- Click the C/C++ folder.
- Click the Preprocessor property page.
- Modify the Keep Comments property.
To set this compiler option programmatically