Demo: Setup and introduction to the programming projects
Location
Günter-Hotz Hörsaal
Details
In this demo, I will demonstrate how to setup your work environment for the programming projects on each platform: Linux (Ubuntu), Windows (10) and MacOS (Ventura 13.2). Afterwards, I will give a short overview over the programming projects, and show how to work on them effectively.
Content:
- Installation of a C++ compiler supporting C++ 20 (GCC >= 12, Clang >= 16, MSVC)
- Installation of other development tools required to build the programming projects (CMake >= 3.22, Python)
- Projects overview
- Building and testing the project
- Setting up Visual Studio Code for effective development in the projects