The Basics: Procedural programming¶
This part will teach you the basics of programming and C++. Beware, some chapters might be a bit dry as only the material from later chapters makes it possible to put it to interesting usages.
Contents:
- From source code to executables
- The Hello World program analyzed
- Types and Variables
- Logic and more on operators
- Control flow
- Functions
- Defining new types
- Dealing with collections of data