Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

J

Sets the default character type to unsigned.

Syntax

Linux:

None

macOS:

None

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: None

Xcode: None

Alternate Options

None