During my common core at 42, I had the opportunity to study C++. The exercises were divided into several modules, each aimed at teaching us a specific concept, such as:
- Class creation
- Operator overloading
- Inheritance
- And more
| Module name | Note | Link |
|---|---|---|
| CPP-00 | 80% | source code |
| CPP-01 | 90% | source code |
| CPP-02 | 80% | source code |
| CPP-03 | 100% | source code |
| CPP-04 | 100% | source code |
| CPP-05 | 100% | source code |
| CPP-06 | 100% | source code |
| CPP-07 | 100% | source code |
| CPP-08 | 100% | source code |
| CPP-09 | 83% | source code |