This repository hosts the material of the course Modern C++
The structure of the repo is the following:
- folder
slides
contains the headline of the presentations; - folder
exercises
contains all the material which is used as a support for the lesson; - folder
program
is a brief of what the course contains each year.
This repository can be used with gipod and is already configured to use CMake, gcc, gdb and Visual Studio Code to execute the exercises.
Here some gitpod prerequisites:
Warning
Visit your Gitpod Integrations and make sure that all GitHub permissions are enabled (click on the ellipsis).
Note
If you didn't install the gitpod browser extension, visit your Gitpod Workspaces and click on the green button to create a new workspace by providing the URL of this repository.