Name lookup is the procedure by which a name
Assignment operators modify the value of the object. Operator name Syntax
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
Changes the current file name and number in the preprocessor. Syntax
Declarations introduce (or re-introduce) names into the C++ program. Each kind of entity is declared differently.
The preprocessor supports conditional compilation of parts of source file. This behavior is controlled by #if, #else, #elif, #ifdef
Specifies that a non-static member function
Statements are fragments of the C++ program that are executed in sequence. The body of any function is a sequence of statements. For example:
This is the initialization performed when a variable is constructed with no initializer. Syntax
Template declarations (class,
Page 2 of 17