Lets you specify ANSI C standard conformance for certain language features.
Windows: Language > Treat wchar_t as Built-in Type / Force Conformance In For Loop Scope
Linux: None
Mac OS X: None
IA-32, IntelĀ® 64, IA-64 architectures
Linux and Mac OS X: |
None |
Windows: |
/Zc:arg[,arg] |
arg |
Is the language feature for which you want standard conformance. Possible values are:
|
OFF |
/Zc:forScope, wchar_t is disabled if /Qvc8 is not specified. |
ON |
/Zc:forScope, wchar_t is enabled when /Qvc8 is specified. |
This option lets you specify ANSI C standard conformance for certain language features when you also specify /Ze.
None