A qualified name is a name that appears on the right hand side of the scope resolution operator :: (see also qualified identifiers). A qualified name may
Name lookup is the procedure by which a name
This is a brief reference of available C++ language constructs.
Statements are fragments of the C++ program that are executed in sequence. The body of any function is a sequence of statements. For example:
Operator name Syntax
Executes init-statement once, then executes statement and iteration_expression repeatedly
Initializes an object from another object. Syntax
This is the initialization performed when a variable is constructed with no initializer. Syntax
The preprocessor supports conditional compilation of parts of source file. This behavior is controlled by #if, #else, #elif, #ifdef
Template declarations (class,
Page 1 of 17