/Ss Compiler Option (C)

Syntax: Default:
/Ss[+|-] /Ss+

This option is not valid for C++ programs.

Use /Ss to allow the use of double slashes (//) for comments.

By default, the compiler allows double slashes to indicate comments in a C file.

Note: This option is only valid for C files. C++ allows double slashes to indicate comments as part of the language.



Summary of Compiler Options
Language-Dependent Options