Go to file
2020-10-01 16:14:59 +02:00
assignment1 Assignment 1: Add link to CMake 2020-10-01 16:14:59 +02:00
images Update README with nostalgic banner 2020-10-01 16:14:59 +02: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 Update README with nostalgic banner 2020-10-01 16:14:59 +02: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)

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

Useful References / Tools