42 Cursus: c++ modules for learning the language.
- Status: finished
- Result: 100% on all modules
- Observations: (null)
Namespace, class, member functions, stdio stream, initialization lists, static, const and lots of basic stuff.
Memory allocation, references, pointers to members, switch.
Ad-hoc polymorphism, operators overload and orthodox canonical classes.
Inheritance
Subtype polymorphism, abstract classes, interfaces.
Repetition and exceptions.
C++ casts.
C++ templates.
Templated containers, iterators, algorithms.