Sets the default character type to unsigned.
Windows: Language > Default Char Unsigned
Linux: None
Mac OS X: None
IA-32, IntelĀ® 64, IA-64 architectures
Linux and Mac OS X: |
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