An overview of all my projects can be found here: ahokcool
This project was created as part of my studies at: 42 Lisboa
Project | Status | Description |
---|---|---|
CPP00 | ✅ | Introduction to C++ syntax and structure. |
CPP01 | ✅ | Memory allocation, pointers to members, references, switch statement. |
CPP02 | ✅ | Ad-hoc polymorphism, operator overloading, and Orthodox Canonical classes. |
CPP03 | ✅ | Basics of class inheritance and virtual functions. |
CPP04 | ✅ | Subtype polymorphism, abstract classes, and interfaces. |
CPP05 | ✅ | Exception handling fundamentals. |
CPP06 | ✅ | Deep dive into different types of C++ casts. |
CPP07 | ✅ | Introduction to templates and template programming. |
CPP08 | ✅ | Exploring STL containers, iterators, and algorithms. |
CPP09 | ✅ | Advanced namespaces, exception handling, and STL usage. |