You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fundamental lexical elements of a C++ program: tokens, comments, operators, keywords, punctuators, literals. Also, file translation, operator precedence/associativity.
25
25
26
-
[Basic Concepts](../cpp/basic-concepts-cpp.md)\
26
+
[Basic Concepts](basic-concepts-cpp.md)\
27
27
Scope, linkage, program startup and termination, storage classes, and types.
28
28
29
29
[Built-in types](fundamental-types-cpp.md)\
30
30
The fundamental types that are built into the C++ compiler and their value ranges.
A programming technique that implicitly defines a function object class and constructs a function object of that class type.
46
46
47
-
[Statements](../cpp/statements-cpp.md)\
47
+
[Statements](statements-cpp.md)\
48
48
Expression, null, compound, selection, iteration, jump, and declaration statements.
49
49
50
-
[Classes and structs](../cpp/classes-and-structs-cpp.md)\
50
+
[Classes and structs](classes-and-structs-cpp.md)\
51
51
Introduction to classes, structures, and unions. Also, member functions, special member functions, data members, bit fields, **`this`** pointer, nested classes.
52
52
53
53
[Unions](unions.md)\
54
54
User-defined types in which all members share the same memory location.
55
55
56
-
[Derived Classes](../cpp/inheritance-cpp.md)\
56
+
[Derived Classes](inheritance-cpp.md)\
57
57
Single and multiple inheritance, **`virtual`** functions, multiple base classes, **abstract** classes, scope rules. Also, the **`__super`** and **`__interface`** keywords.
0 commit comments