uibk_cpp_lab icon indicating copy to clipboard operation
uibk_cpp_lab copied to clipboard

Practical exercises for the "Advanced C++" course

trafficstars

Advanced C++ Programming - Practical Part

This repository contains practical exercises to accompany the lecture. Based on Material by Alex Hirsch.

Grading

Grading for the entire module is based on

  1. An exam covering the lecture.
  2. Completion of the assignment.
  3. Weekly participation in the discussion of smaller exercises.

Exercises

These exercises support the lecture and explore certain auxiliary topics relevant to C++. You are encouraged to solve (or at least think about) these exercises and participate in the weekly discussions. You will not submit a solution as these exercises are optional, but feel free to ask questions when running into problems.

The exercises folder will be updated throughout the semester.

C++ Related Questions

If you want to ask a specific question, please break it down to a minimal example. State your question and observations as comments in the code. You can use Compiler Explorer and its short link functionality under Share.

Essential References

🎥 Talks

Useful References / Tools