Sets the default character type to unsigned.
Windows: C/C++ > Language > Default Char Unsigned
Linux: None
Mac OS: None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux and Mac OS: | None |
Windows: | /J |
None
OFF | The default character type is signed. |
This option sets the default character type to unsigned. This option has no effect on character values that are explicitly declared signed. This option sets _CHAR_UNSIGNED = 1.
None