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

1. Features

1.1. Simple

1.2. High-level programming language

1.3. Popular.

1.4. Case sensitive

1.5. Compiler-Based

2. operation

2.1. arithmatic

2.2. assignment

2.3. logical

3. variables

3.1. external

3.2. local

3.3. global

3.4. static

3.5. automatic

4. Data type

4.1. primary

4.1.1. integer

4.1.2. float

4.1.3. double

4.1.4. boolen

4.1.5. charachter

4.2. Derived

4.2.1. array

4.2.2. function

4.2.3. pointer

4.2.4. reference

4.3. User defined

4.3.1. class

4.3.2. structure

4.3.3. union