Basics
The very basicsA short introduction to the very basics of a C++ computer program. It's structure. Build-up and semantics.
A short introduction to the very basics of a C++ computer program. It's structure. Build-up and semantics.
A look at functions, files, compilation, linking and organization of the source files in a C++ project.
A look at the basic types in a C++ project. What types are, why they exist, and how it works.
A look at contants, how they are to be used, and how it relates to the basic string type in the standard library.
A look at operators, parsing, and precedence handling of operators and operands.