Get Started. It's Free
or sign up with your email address
C++ by Mind Map: C++

1. Operators

1.1. Arithmetic operators

1.2. Assignment operators

1.3. Relational operators

1.4. Logical operators

1.5. Bitwise operators

1.6. Other operators

2. Data Types

2.1. int

2.2. float

2.3. double

2.4. char

2.5. wchar_t

2.6. bool

2.7. void

3. Arrays & String

3.1. Arrays

3.2. Multidimensional Arrays

3.3. Function and Array

3.4. String

4. Structures

4.1. Structure

4.2. Structure and Function

4.3. Pointers to Structure

4.4. Enumeration

5. Pointers

5.1. Pointer

5.2. Pointers and Arrays

5.3. Pointers and Functions

5.4. Memory Management

6. Inheritance

6.1. Inheritance

6.2. Inheritance Access Control

6.3. Multiple & Multilevel Inheritance

6.4. Function Overriding

6.5. Templates

6.6. Virtual Function

6.7. Friend Function

7. Features

7.1. Simple

7.2. Popular

7.3. Case sensitive

7.4. High-level programming language

7.5. Speed

7.6. OOP (Object-Oriented Programming)

7.7. Platform or Machine Independent/ Portable

7.8. Compiler-Based

7.9. DMA (Dynamic Memory Allocation)

7.10. Existence of Libraries

8. Applications

8.1. Browsers

8.2. Libraries

8.3. Operating Systems

8.4. Banking Applications

8.5. Graphics

8.6. Cloud/Distributed Systems

8.7. Embedded Systems

8.8. Databases

8.9. Compilers

8.10. Telephone Switches

9. Flow Control

9.1. Selection

9.1.1. if

9.1.2. if...else

9.1.3. Nested if...else

9.2. Loop

9.2.1. for

9.2.2. while

9.2.3. do...while

9.3. continue Statement

9.4. break Statement

9.5. switch..case Statement

9.6. goto Statement

10. Object & Class

10.1. Objects and Class

10.2. Constructors

10.3. Objects & Function

10.4. Operator Overloading