Intel® C++ Compiler 16.0 User and Reference Guide
Sets the default character type to unsigned.
Linux and 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.
Visual Studio: Language > Default Char Unsigned
Eclipse: None
Xcode: None
None