Go to file
2021-02-16 14:46:39 +01:00
assignment1 Assignment 1: Clarify the combation of app + framework 2020-11-26 14:17:16 +01:00
assignment2 Assignment 2: Include spec 2021-02-16 14:46:39 +01:00
cmake-example Add CMake example 2020-11-26 21:56:26 +01:00
exercises exercises: Add GUI exercises 2021-01-15 10:30:55 +01:00
images Update README with nostalgic banner 2020-10-01 16:14:59 +02:00
topic little features: Rephrase comments for clarity 2021-01-23 18:03:32 +01:00
.clang-format Add assignment1 draft 2020-09-29 13:24:28 +02:00
.editorconfig Add assignment1 draft 2020-09-29 13:24:28 +02:00
README.md Add Modern Template Metaprogramming: A Compendium 2020-11-27 11:27:44 +01:00

Advanced C++ Programming

Grading

Throughout this course you have to complete 2 assignments.

  • Assignment 1 has 9 points to score
  • Assignment 2 has 11 points to score
  • You need at least 13 points to pass this course

Points will be subtracted for shortcomings discovered during evaluation. This includes things like:

  • Executables segfaulting
  • Unnecessary waste of time or space (memory leaks)

Attendance is not required for this course.

Exercises

While the previous iterations of this course leveraged weekly exercise sheets, this one does not. However, I would like to keep these exercises around as they 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 discussions during the stream. 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.

Break code specific questions down to a minimal example. State your question and observations as comments in the code. Please use Compiler Explorer and its short link functionality under Share.

Contacting Me

You can contact me by email, just be sure to send it from your university account. Please keep your email informal and include the course number in the subject. Preferably use the following link.

📧 send email

Essential References

🎥 Talks

Useful References / Tools