Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 397 Bytes

cpp.md

File metadata and controls

18 lines (17 loc) · 397 Bytes

The C++ programming language

I'am currently learning this powerful and popular language.

Syllabus

  • data types
    1. primitive
  • variables
    1. traditional initialization
    2. constructor initialization
    3. list initialization
  • Constants
    1. literal constants
    2. declared constants
    3. constant expressions
    4. enum constant
    5. defined constant
  • Arrays