C++
por shereen saad
1. Browsers
2. Banking applictions
3. Embedded systems
4. switch
5. Libraries
5.1. Concepts library
5.2. Coroutines library
5.3. Utilities library
6. Databases
7. Loop
7.1. Do while statements
7.2. While statement
7.3. For statement
8. Selection
8.1. if statement
8.2. if else if
8.3. if else
9. Subprogram
9.1. main function
9.2. cube function
9.3. square function
10. Applications
10.1. Graphics
11. Data types
11.1. int
11.2. double
11.3. char
11.4. bool
11.5. void
11.6. wchar_t
11.7. string
12. High-level programming language
13. Popular
14. Sequence
14.1. cout statements
15. Operators
15.1. Relational operators == , > ,< , >= , <=
15.2. Assignment operators +=, -=, *=, /=, %=,
15.3. Misc operators
15.3.1. Bitwise operators ( ,&, ),( ,|, ), << ,>>