Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move cpp3 to cpp2 (classes)
Browse files Browse the repository at this point in the history
cagix committed Oct 12, 2024
1 parent 9f47cfc commit 8a393f2
Showing 2 changed files with 5 additions and 5 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -144,11 +144,11 @@ Abgabe der Übungsblätter jeweils **Montag bis 09:00 Uhr** im [ILIAS](https://w
| | 48 | 27.: [Überblick Zwischencode], Überblick Backend (LLVM) | BC, Carsten | | |
| Dezember | 49 | 03.: **18:00 - 19:30 Uhr (online): Edmonton III: Vorträge Edmontoner Projekte** | _Edmonton_ | | |
| | 49 | 04.: [AST-basierte Interpreter 1], [AST-basierte Interpreter 2] | Carsten | | |
| | 50 | 11.: C++ I: [Basics], [Pointer & Referenzen] | Carsten | 09.: [B05] Interpreter | 09. / 10. / 13. (Carsten, *online*) |
| | 50 | 11.: C++ I: [Basics], [Pointer & Referenzen], [Klassen] | Carsten | 09.: [B05] Interpreter | 09. / 10. / 13. (Carsten, *online*) |
| | 51 | 18.: **Projektwoche Semester 1+3** | | | |
| | 52 | 25.: _Weihnachtspause_ | | | |
| Januar | 01 | 01.: _Weihnachtspause_ | | | |
| | 02 | 08.: C++ II: [Klassen], [Big 3], [Operatoren], [Vererbung & Polymorphie] | Carsten | 06.: [B06] C++ | 06. / 07. / 10. (Carsten, *online*) |
| | 02 | 08.: C++ II: [Big 3], [Operatoren], [Vererbung & Polymorphie] | Carsten | 06.: [B06] C++ | 06. / 07. / 10. (Carsten, *online*) |
| | 03 | 15.: _Freies Arbeiten/Puffer_ | | | |
| | 04 | 22.: [**Parcoursprüfung: Station 2 [B07] (VL- und Praktika-Slots, siehe Ankündigung)**]{.alert} | Carsten, BC | 20.: [B07] Mini-Projekt | 20. / 21. / 24. (Carsten/BC, *online*) |
| _(Prüfungsphase I)_ | | _Keine separate Prüfung_ | | | |
@@ -218,11 +218,11 @@ Abgabe der Übungsblätter jeweils **Mittwoch bis 09:00 Uhr** im [ILIAS](https:/
| | 27. | [Überblick Zwischencode], Überblick Backend (LLVM) | BC, Carsten | |
| Dezember | 03. | **18:00 - 19:30 Uhr (online): Edmonton III: Vorträge Edmontoner Projekte** | _Edmonton_ | |
| | 04. | [AST-basierte Interpreter 1], [AST-basierte Interpreter 2] | Carsten | |
| | 11. | C++ I: [Basics], [Pointer & Referenzen] | Carsten | [B05x] Interpreter (Carsten, *online*) |
| | 11. | C++ I: [Basics], [Pointer & Referenzen], [Klassen] | Carsten | [B05x] Interpreter (Carsten, *online*) |
| | 18. | **Projektwoche Semester 1+3** | | |
| | 25. | _Weihnachtspause_ | | |
| Januar | 01. | _Weihnachtspause_ | | |
| | 08. | C++ II: [Klassen], [Big 3], [Operatoren], [Vererbung & Polymorphie] | Carsten | [B06x] C++ und Pointer/Speicherverwaltung (Runtime in Java) (Carsten, *online*) |
| | 08. | C++ II: [Big 3], [Operatoren], [Vererbung & Polymorphie] | Carsten | [B06x] C++ und Pointer/Speicherverwaltung (Runtime in Java) (Carsten, *online*) |
| | 15. | _Freies Arbeiten/Puffer_ | | |
| | 22. | [**Parcoursprüfung: Station 2 [B07x] (VL- und Praktika-Slots, siehe Ankündigung)**]{.alert} | Carsten, BC | [B07x] Mini-Projekt (Carsten/BC, *online*) |
| _(Prüfungsphase I)_ | | _Keine separate Prüfung_ | | |
@@ -265,7 +265,7 @@ Abgabe der Übungsblätter jeweils **Mittwoch bis 09:00 Uhr** im [ILIAS](https:/

[Basics]: lecture/99-languages/cpp0-basics.md
[Pointer & Referenzen]: lecture/99-languages/cpp1-pointer.md
[Klassen]: lecture/99-languages/cpp3-classes.md
[Klassen]: lecture/99-languages/cpp2-classes.md
[Big 3]: lecture/99-languages/cpp4-big3.md
[Operatoren]: lecture/99-languages/cpp5-operators.md
[Vererbung & Polymorphie]: lecture/99-languages/cpp6-inheritance.md

0 comments on commit 8a393f2

Please sign in to comment.