Go to file
2020-09-29 13:37:04 +02:00
assignment1 Rewording 2020-09-29 13:37:04 +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 Add README 2020-09-29 13:15:55 +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

If you have questions or want to know more about a certain topic, I am always glad to help. You can find me in room 2W05 of the ICT building.

You can also 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