|
|
CPP are 42 school projects designed to learn the basics of C++98. The project are designed to learn concepts such as object-oriented programming, polymorphism, overloading, inheritance, exceptions, containers or the use of standard library. You will also find lessons I've gatered about C++ concepts. |
Fully validated 👍
|
CPP00 Namespaces, classes, member functions, stdio, streams Validated 2024-08-12 |
CPP01 Memory allocation, pointer to members, references Validated 2024-08-26 Bonus: Switch statement |
|
CPP08 Containers, iterators, algorithms library Validated 2025-02-11 |
CPP09 Use of STL, implementation of ford-johnson algorithm Validated 2025-03-17 |
Clone the repository and enter it :
git clone https://github.com/sponthus/CPP
cd CPPChose the CPP day you want to try, every day contains several exercizes with their own makefile.
Made by sponthus