YuchuanLu / material_modern-cpp

Repository hosting the modern c++ course material

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

material-modern-cpp

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 gitpod 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.

About

Repository hosting the modern c++ course material


Languages

Language:C++ 92.4%Language:CMake 7.6%