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

1. Applications.

1.1. Browsers.

1.2. Banking Applications.

1.3. Cloud/Distributed Systems.

1.4. Databases.

1.5. Embedded Systems.

1.6. GUI.

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. The Advantages.

5.1. A high-level, easy-to-understand language close to human languages.

5.2. The strength and speed of language is one of its most important features and the reasons for its superiority.

5.3. The language has a great set of libraries to facilitate the work of programmers.

5.4. Most C code can be run in the C ++ environment.

5.5. It provides the user with complete control over memory management .

5.6. C ++ is one of the most requested languages ​​on the market.

6. The most important uses of c++

6.1. Programming and design of video games

6.2. Various important uses depend On C Plus Plus C ++

6.3. Programming blockchain applications Blockchain

6.4. The language is used in programming systems

6.5. The language was used in developing web applications such as the Google search engine

7. features.

7.1. Platform or Machine Independent/ Portable.

7.2. Simple

7.3. High-level programming language

7.4. Compiler-Based.

7.5. DMA (Dynamic Memory Allocation).

8. Data types.

8.1. Primary.

8.1.1. integer.

8.1.2. float.

8.1.3. double.

8.1.4. boolean.

8.2. Derived.

8.2.1. array.

8.2.2. function.

8.2.3. pointer.

8.2.4. referance.

8.3. User defined.

8.3.1. class.

8.3.2. structure.

8.3.3. union.

8.3.4. anum.

9. Conditional statments.

9.1. If.

9.2. If .. else.

9.3. Switch.

10. Variables.

10.1. local.

10.2. global.

10.3. static.

10.4. external.

10.5. automatic.

11. The Dis advantages.

11.1. It has no security.

11.2. Complex in a very large high-level program.

11.3. C++ can't support garbage collection.

11.4. Used for platform-specific application commonly .