ex00: Teaches basic string manipulation.ex01: Teaches classes.ex02: Teaches constructors, destructors, member functions, static members.
ex00: Teaches heap and stack allocation of objects.ex01: Teaches allocating and initializing arrays of objects on the heap.ex02: Teaches references and pointers.ex03: Teaches object usage within classes.ex04: Teaches file handling.ex05: Teaches function pointers.ex06: Teaches switch statement.
ex00: Teaches Orthodox Canonical Form, encapsulation, and setters/getters.ex01: Teachesoperator <<.ex02: Teaches operator overloading (comparison, arithmetic, increment/decrement).ex03: N/A