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

1. Library

1.1. static libraries

1.2. dynamic libraries

2. Features

2.1. Object-Oriented Programming

2.2. Platform or Machine Independent/ Portable

2.3. Simple

2.4. High-level programming language

2.5. Popular

2.6. Case sensitive

2.7. Compiler-Based

2.8. Dynamic Memory Allocation

2.9. Existence of Libraries

2.10. Speed

3. Data Types

3.1. int

3.2. float

3.3. double

3.4. char

3.5. bool

3.6. void

3.7. wchar_t

4. Applications

4.1. GUI Applications

4.2. Operating Systems

4.3. Web Browsers

4.4. Database Management System

4.5. Libraries

4.6. Cloud Computing and Distributed Applications

4.7. Job Opportunities

5. Operators

5.1. Arithmetic Operators

5.1.1. Addition

5.1.2. Subtraction

5.1.3. Multiplication

5.1.4. Division

5.1.5. Modulo Operation

5.2. Assignment Operators

5.2.1. =

5.2.2. +=

5.2.3. -=

5.2.4. *=

5.2.5. /=

5.2.6. %=

5.3. Relational Operators

5.3.1. ==

5.3.2. !=

5.3.3. >

5.3.4. <

5.3.5. >=

5.3.6. <=

5.4. Logical Operators

5.4.1. &&

5.4.2. ||

5.4.3. !

5.5. Bitwise Operators

5.5.1. &

5.5.2. |

5.5.3. ^

5.5.4. ~

5.5.5. <<

5.5.6. >>

6. Flow Control

6.1. Selection Statements

6.1.1. if .... else

6.1.2. switch ... case

6.2. Iteration Statements

6.2.1. while

6.2.2. do ... while

6.2.3. for

6.3. Jump Statements

6.3.1. break

6.3.2. goto

6.3.3. continue