Classes and structs are user-defined types, defined by class-specifier, which appears in decl-specifier-seq of the
Binds a reference to an object. Syntax T
C++ (and C) source code may be written in any non-ASCII 7-bit character set that includes the
Comments serve as a sort of in-code documentation. When inserted into a program, they are effectively ignored by the compiler; they are solely intended to be used as notes
Each C++ expression (an operator with its operands, a
A function declaration introduces the function name and its type. A function definition associates the function name/type with the function body.
Specifies constructors and conversion operators (since C++11)
The friend declaration appears in a class body and grants
A union is a special class type that can hold only one of its non-static
Executes a statement repeatedly, until the value of condition becomes false. The test takes place after each iteration
Page 16 of 17