Lancez-Vous. C'est gratuit
ou s'inscrire avec votre adresse e-mail
C++ par Mind Map: C++

1. Applications.

1.1. Browsers.

1.2. Banking Applications.

1.3. Cloud/Distributed Systems.

1.4. Databases.

1.5. Embedded Systems.

2. Loops.

2.1. While loop.

2.2. do .. while loop.

2.3. for loop.

2.4. nested loop.

3. Types of operators.

3.1. Arithmetic.

3.2. Assignment.

3.3. Relational.

3.4. Logical.

3.5. Bitwise.

4. C++ user input , output.

4.1. Cin.

4.2. Cout.

5. features.

5.1. Platform or Machine Independent/ Portable.

5.2. Simple

5.3. High-level programming language

5.4. Compiler-Based.

5.5. DMA (Dynamic Memory Allocation).

6. Data types.

6.1. int

6.2. float

6.3. double

6.4. char

6.5. bool

7. Conditional statments.

7.1. If.

7.2. If .. else.

7.3. Switch.