Lets you specify ANSI C standard conformance for certain language features.
Windows: C/C++ > Language > Treat wchar_t as Built-in Type / Force Conformance In For Loop Scope
Linux: None
Mac OS: None
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
| Linux and Mac OS: | None |
| Windows: | /Zc:arg[, arg] |
| arg | Is the language feature for which you want standard conformance. Possible values are: |
| forScope - Enforce standard behavior for initializers of for loops. | |
| wchar_t - Specify that wchar_t is a native data type. |
| 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
Ze compiler option