马上开始. 它是免费的哦
注册 使用您的电邮地址
C++ 作者: Mind Map: C++

1. APPLICATIONS

1.1. Amazon

1.2. Microsoft

1.3. Windows OS

1.4. MySQL

1.5. Mozilla Firefox

2. LOOPS

2.1. While statement

2.2. DO while statement

2.3. For statement

2.4. Nested loop

3. Data types

3.1. Signed

3.1.1. Integer

3.1.2. Char

3.1.3. Long-prefeix

3.2. Un signed

3.2.1. Integer

3.2.2. Char

3.2.3. Short-prefix

3.3. Long

3.3.1. Integer

3.3.2. Double

3.4. Short

3.4.1. Integer

4. features

4.1. platform Dependent

4.2. Object oriented

4.3. Mid-level programming language

4.4. Structured programming langugae

4.5. Memory Management

4.6. Rich Library

4.7. Power full

4.8. Fast

5. Operators

5.1. Arithmetic operators

5.1.1. +

5.1.2. *

5.1.3. /

5.1.4. %

5.2. Assignment operators

5.2.1. =

5.2.2. +=

5.2.3. -=

5.2.4. *=

5.2.5. /=

5.2.6. %=

5.3. Logical operators

5.3.1. &&

5.3.2. ||

5.3.3. !

5.4. Relational operators

5.4.1. ==

5.4.2. !+

5.4.3. >

5.4.4. <

5.4.5. <=

5.4.6. >=

5.5. Bitwise operators

5.5.1. &

5.5.2. ^

5.5.3. ~

5.5.4. <<

5.5.5. >>

5.5.6. |

6. Sequence

6.1. Cout statmenet

6.2. Implement

6.3. Storage of data

6.4. Elemenet being templates

7. Subprogram

7.1. Main fanction

7.2. Square function

7.3. Cube function