diff --git a/index.html b/index.html new file mode 100644 index 0000000..d42ef99 --- /dev/null +++ b/index.html @@ -0,0 +1,290 @@ + + +
+ + + + +Die Programmiersprache C (Zeiger und Speicher).
Die Programmiersprache C++ (Klassen, Objekte, Methodenauswahl, +Überladung, Templates)
Modernes C++ (copy/move Semantik, Typinferenz, Funktionen höherer +Ordnung)
Konzepte:
+Zustandsmaschinen
Syntaxanalyse
Lambdas (higher-order functions)
Dynamische Analyse/Testen
Unterlagen auf Deutsch und Englisch als html mit komplettem +Programmcode.
+C++ kompakt
+Nochmal Zeiger und Resourcen Kontrolle.
+Allokation im Konstruktor, Freigabe im Destruktor
“copy” und “move” Semantik (Rule of Three/Five)
Polymorphie
+ +Funktionaler Programmierstil
+ +QuickCheck: Automatisiertes Testen
+C++ online tutorials
+C++ reference
+