First steps into Object-Oriented Programming!
DISCLAIMER
For the sake of getting a grasp on the basics of C++, we are only allowed to use the CPP-98 standard.
Project name | CPP_Modules |
---|---|
Module 00 | Namespace, class, member functions, stdio stream, initialization lists, static, const, and lots of basic stuff |
Module 01 | Memory allocation, references, pointers to members, switch |
Module 02 | Ad-hoc polymorphism, operators overload and orthodox canonical classes |
Module 03 | Inheritance |
Module 04 | Subtype polymorphism, abstract classes, interfaces |
Module 05 | Repetition and Exceptions |
Module 06 | C++ Casts |
Module 07 | C++ Templates |
Module 08 | Templated containers, iterators, algorithms |