Sign of Bit Fields
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Sign of Bit Fields.
ANSI 3.5.2.1** Whether a "plain" int field is treated as a signed int bit field or as an unsigned int bit field
Bit fields can be signed or unsigned. Plain bit fields are treated as signed.
Show: