C++98 Educational practices and materials during 42 network's curriculum
- Basic C++ concepts, I/O streams, functions.
- Dynamic memory allocation, pointers, memory management.
- Object-oriented programming basics, classes, encapsulation.
- Inheritance, polymorphism, abstract classes.
- Loops, exception handling, RAII.
- Type casting, type conversion, type safety.
- Template programming, function/class templates.
- Standard Template Library (STL) overview, containers, algorithms.
- Iterator concept, usage with STL containers, custom iterators
Each module number represents cpp<number> in the repo