Allows integer, floating-point, character, and string literals to produce objects of user-defined type by defining a user-defined suffix.
Rule of three If a class requires a user-defined
The storage class specifiers are a part of the decl-specifier-seq of a
Declares a class data member with explicit size, in bits. Adjacent bit field members may be packed to share and straddle the individual bytes. A
A default constructor is a constructor which can be called with no arguments (either defined with an empty parameter list, or with default arguments provided for every parameter)
In order to compile a function call, the compiler must first perform name
Customizes the C++ operators for operands of user-defined types. Syntax Overloaded operators are
Syntax this
Converts between types using a combination of explicit and implicit conversions. Syntax
The following chart contains all 128 ASCII decimal (dec), octal (oct), hexadecimal (hex) and character (ch) codes.
Page 7 of 17