File size: 3,836 Bytes
be0e064
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
parent,child
Programming Fundamentals,Introduction to C++
Programming Fundamentals,Variable
Programming Fundamentals,Data structure
Programming Fundamentals,Data type
Programming Fundamentals,Operator
Programming Fundamentals,Control flow
Programming Fundamentals,Function (computer programming)
Programming Fundamentals,Pointer and reference
Programming Fundamentals,Object-oriented programming
Programming Fundamentals,Algorithm
Programming Fundamentals,File input/output
Introduction to C++,History of C++
Introduction to C++,Basic structure of a C++ program
Introduction to C++,Setting up the environment (IDEs)
Variable,Variable declaration and initialization
Variable,Scope rule of a variable
Variable,Constant
Data structure,Array
Data structure,Struct
Data structure,Linked List
Operator,Arithmetic operator
Operator,Relational operator
Operator,Bitwise operator
Operator,Assignment operator
Control flow,Pseudocode
Control flow,Selection structure
Control flow,Nested function
Control flow,Repetition Structure
Selection structure,If-else structure
Selection structure,Switch structure
Repetition Structure,While loop
Repetition Structure,Do while loop
Repetition Structure,For loop
Repetition Structure,Break and continue
Function (computer programming),Divide-and-conquer algorithm
Function (computer programming),Function call
Function (computer programming),Recursive Function
Function call,Call-by-reference
Function call,Call-by-value
String,String manipulation
Pointer and reference,Memory address
Pointer and reference,Pointer declaration and dereferencing
Pointer and reference,Indirection Reference
Pointer and reference,Arithmetic Operation
Object-oriented programming,Object (computer science)
Object-oriented programming,C++ classes
Object-oriented programming,Encapsulation (computer programming)
Object (computer science),Constructor (object-oriented programming)
Object (computer science),Member function
Data type,Fundamental data type
Data type,Pointer
Data type,String
Fundamental data type,Char
Fundamental data type,Int
Fundamental data type,Double
Fundamental data type,Float
Fundamental data type,Short
Fundamental data type,Long
Linked List,Add node
Linked List,Doubly linked list
Algorithm,Sorting algorithm
Algorithm,Search algorithm
Search algorithm,Linear search
Search algorithm,Binary search algorithm
Sorting algorithm,Bubble sort
Sorting algorithm,Selection sort
Sorting algorithm,Insertion sort
Data type,Struct
Function (computer programming),Argument Coercion
Function (computer programming),Prepackaged/Function Prototype
Function call,Call-by-pointer
Struct,Passing structures to functions
Struct,Array of Structure
Struct,Relational operator
Struct,Assignment operator
Struct,Point Structure
Pointer and reference,Assignment operator
Linked List,Search node
Linked List,Delete node
Linked List,Insert node
Pointer and reference,Special Pointer
Pointer declaration and dereferencing,Null pointer
Pointer declaration and dereferencing,Const Pointer
Variable,Storage Class
Storage Class,Automatic storage class
Storage Class,Static storage class
Scope rule of a variable,File scope
Scope rule of a variable,Function scope
Scope rule of a variable,Block scope
String,Arrays of String
String,C-string
Array,Type Cast
Array,2D array
Repetition Structure,Random Number Generation
Array,Array Initialization
Control flow,Control Condition
Control Condition,Counter-Controlled Repetition
Control Condition,Sentinel-Controlled Repetition
Operator,Equality Operator
Selection structure,Nested if/else Structure
Selection structure,Ternary conditional operator
Assignment operator,Increment Operator
Assignment operator,Decrement Operator
Variable declaration and initialization,C++ Keyword
Variable declaration and initialization,Variable name
Variable declaration and initialization,Variable Memory