C++

يوسف أحمد محمد أبوراشد سيكشن 21

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

1. Features

1.1. Object-Oriented Programming

1.2. Simple

1.3. Easy to learn

1.4. Popular

1.5. Compiler-Based

2. Structure

2.1. Sequence

2.1.1. Cin statements

2.1.2. Cout statements

2.2. Loop

2.2.1. While loop

2.2.2. Do-while loop

2.2.3. For loop

2.3. Selection

2.3.1. Switch case

2.3.2. IF-else

2.4. Array

2.4.1. One dimensional array

2.4.2. Two dimensional array

2.5. Function

2.5.1. Main function

2.5.2. Sub function

2.6. Pointer

3. Data types

3.1. Int

3.2. Double

3.3. Float

3.4. Char

3.5. String

3.6. Bool

4. Applications

4.1. Games

4.1.1. Assassin’s Creed

4.1.2. Need For Speed

4.1.3. Medal of honor

4.2. GUI Based Applications

4.2.1. Adobe systems

4.2.2. win amp

4.3. Data base software

4.3.1. My sql

4.4. Operating Systems

4.4.1. Apple os

4.4.2. Microsoft windows os

4.5. Browsers

4.5.1. Google

4.5.2. Mozilla firefox

4.6. Banking applications

4.6.1. Infosys Finacle

5. Operators

5.1. Arithmatic

5.1.1. +

5.1.2. -

5.1.3. *

5.1.4. /

5.1.5. %

5.2. Assignment

5.2.1. =

5.2.2. +=

5.2.3. -=

5.2.4. *=

5.2.5. /=

5.2.6. %=

5.3. Relational

5.3.1. ==

5.3.2. !=

5.3.3. <

5.3.4. >

5.3.5. <=

5.3.6. >=

5.4. Logical

5.4.1. &&

5.4.2. ||

5.4.3. !