C++
作者:Abdelrahman Hamed saeed

1. Features
1.1. Object Oriented.
1.2. Simple
1.3. Platform Dependent.
1.4. Rich Library.
1.5. Powerful & Fast.
1.6. Memory Management.
2. Operators
2.1. +
2.2. -
2.3. /
2.4. *
2.5. ++
2.6. ==
2.7. !=
2.8. >
2.9. <
2.10. >=
2.11. <=
3. Data type
3.1. Integer
3.1.1. int
3.2. Floating-point
3.2.1. float
3.3. Double Floating-point
3.3.1. double
3.4. Character
3.4.1. char
3.5. Boolean
3.5.1. bool
3.6. Wide Character
3.6.1. wchar_t