Sets the default character type to unsigned.
Linux: | -funsigned-char |
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.
Visual Studio: Language > Default Char Unsigned
Eclipse: Data > Change default char type to unsigned
None