TU-Programmieren_2/exercise8
2025-04-09 10:22:44 +02:00
..
modules@63b4f08052 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
.gitmodules 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.main.c init 2025-04-09 10:22:44 +02:00
task2.c init 2025-04-09 10:22:44 +02:00
task2.h init 2025-04-09 10:22:44 +02:00
task2.test.c init 2025-04-09 10:22:44 +02:00
task3.c init 2025-04-09 10:22:44 +02:00
task3.h init 2025-04-09 10:22:44 +02:00
task3.test.c init 2025-04-09 10:22:44 +02:00

Hausübung 8 (3 Punkte)

Ausgabe: Donnerstag 16. Mai 2024, vormittags.

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

Abgabe via: git-Repository mit dem Namen exercise8 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:

  • Sprache C: Kompilierbefehle
  • Sprache C: Strukturen und Funktionen
  • Sprache C: Übergabe von Feldern an Funktionen

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