C++

shereen ebrahiem ebrahiem saad . section (9)

Comienza Ya. Es Gratis
ó regístrate con tu dirección de correo electrónico
C++ por Mind Map: C++

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 ( ,&, ),( ,|, ), << ,>>

15.4. Arithmetic operators +,-,*,/,%,++,--

16. Features

16.1. Logical operators( ,&&, ) ,( ,|| , ) ,!( ,&& , )

16.2. (OOP)Object -Oriented Programming

16.3. Compiler Based

16.4. Simple

16.5. Speed

16.6. fast

16.7. portability

17. Rich library

17.1. float

18. program

18.1. cout

18.2. cin

19. OPP

19.1. is faster and either to execute

19.2. provides a clear structure for the mprogram

19.3. inheritance

19.4. polymorphism

19.5. class

19.6. Dataabstraction

19.7. Encapsulation

20. jumb statement

20.1. break

20.2. continue