Intel® oneAPI DPC++/C++ Compiler 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-91DD975A-88EB-4D8A-BD04-B637AB9163BB
Visible to Intel only — GUID: GUID-91DD975A-88EB-4D8A-BD04-B637AB9163BB
funsigned-char, J
Sets the default character type to unsigned.
Syntax
Linux: |
-funsigned-char |
Windows: |
/J |
Arguments
None
Default
OFF |
The default character type is signed. |
Description
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.
IDE Equivalent
Visual Studio: Language > Default Char Unsigned
Eclipse: Data > Change default char type to unsigned
Alternate Options
None