Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-6009FB8C-B387-4C5E-9831-8E8368AB8720
Visible to Intel only — GUID: GUID-6009FB8C-B387-4C5E-9831-8E8368AB8720
J
Sets the default character type to unsigned.
Linux: |
None |
macOS: |
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