TU-Programmieren_2/exercise6
2025-04-09 10:22:44 +02:00
..
images init 2025-04-09 10:22:44 +02:00
.clang-format init 2025-04-09 10:22:44 +02:00
.clangd init 2025-04-09 10:22:44 +02:00
.ctests init 2025-04-09 10:22:44 +02:00
.expected-files init 2025-04-09 10:22:44 +02:00
.gitattributes init 2025-04-09 10:22:44 +02:00
.gitignore init 2025-04-09 10:22:44 +02:00
CMakeLists.txt init 2025-04-09 10:22:44 +02:00
compile_flags.txt init 2025-04-09 10:22:44 +02:00
main.ipynb init 2025-04-09 10:22:44 +02:00
README.md init 2025-04-09 10:22:44 +02:00
task1.hierarchy.hpp init 2025-04-09 10:22:44 +02:00
task1.main.cpp init 2025-04-09 10:22:44 +02:00
task2.aliases.hpp init 2025-04-09 10:22:44 +02:00
task2.Circle.hpp init 2025-04-09 10:22:44 +02:00
task2.Element.hpp init 2025-04-09 10:22:44 +02:00
task2.Line.hpp init 2025-04-09 10:22:44 +02:00
task2.Polyline.hpp init 2025-04-09 10:22:44 +02:00
task2.test.cpp init 2025-04-09 10:22:44 +02:00
task3.cpp init 2025-04-09 10:22:44 +02:00
task3.hpp init 2025-04-09 10:22:44 +02:00
task3.Image.hpp init 2025-04-09 10:22:44 +02:00
task3.ImageUP.hpp init 2025-04-09 10:22:44 +02:00
task3.Root.hpp init 2025-04-09 10:22:44 +02:00
task3.test.cpp init 2025-04-09 10:22:44 +02:00

Hausübung 6 (3 Punkte)

Ausgabe: Donnerstag 25. April 2024, vormittags.

Abgabe bis: Montag 6. Mai 2024, Ende des Tages.

Abgabe via: git-Repository mit dem Namen exercise6 auf unserem git-Server https://sgit.iue.tuwien.ac.at

Details zum Abgabeprozess via git finden Sie hier: https://sgit.iue.tuwien.ac.at/360050/git

Aufgabenstellung

In dieser Hausübung werden folgende Themen erstmalig einfliessen:

  • Arbeiten mit Schnittstellenklassen (hier: abstract base class)
  • Dynamische Speicherallokation (new) und Freigabe (delete)

Die genaue Beschreibung und Anforderungen finden Sie in main.ipynb und im Quellcode.