Compiler-CampusMinden / CB-Vorlesung-Bachelor

Lecture "Compilerbau" (B.Sc.)
https://www.hsbi.de/elearning/goto.php?target=crs_1089779&client_id=FH-Bielefeld
Creative Commons Attribution Share Alike 4.0 International
1 stars 0 forks source link

VL neu: 2x C++ Sitzungen neu erstellen #259

Open cagix opened 1 month ago

cagix commented 1 month ago

Einführung C++: Datentypen, Referenzen, Funktionen, Klassen, (Mehrfach-) Vererbung, Polymorphie ... (Upcycling aus Systemprogrammierung?)

cagix commented 1 month ago

Potentielle Gliederung: Plan für zwei 90-minütige Vorlesungen zur Einführung von C++ ohne die Behandlung von Pointern und Templates:

Vorlesung 1: Einführung in C++

Thema 1: Einführung

Thema 2: Grundlegende Konzepte

Thema 3: Kontrollstrukturen

Thema 4: Funktionen

Vorlesung 2: Fortgeschrittene Konzepte in C++

Thema 1: Arrays

Thema 2: Klassen und Objekte

Thema 3: Vererbung und Polymorphismus

cagix commented 1 month ago

Siehe auch https://github.com/practical-tutorials/project-based-learning: "Write a C compiler" und "Let's write a compiler"