Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 977 Bytes

File metadata and controls

21 lines (14 loc) · 977 Bytes

Exercises

logo

Contains exercises and solutions from this modern C++ course.

Language basics

  • environment Learn how to use CMake to generate a project.
  • functions Functions and how arguments are passed in C++.
  • control Familiarise yourself with different kinds of control structures.
  • loops_refs_auto Familiarise yourself with range-based for loops and references.

Language basics

  • environment Learn how to use CMake to generate a project.
  • functions Functions and how arguments are passed in C++.
  • control Familiarise yourself with different kinds of control structures.
  • loops_refs_auto Familiarise yourself with range-based for loops and references.