ft_containers is a 42 project, aiming to recreate some Standard Template Library (STL) containers in C++, compliant with C++98 standard.
4 containers have been recreated : Vector, Map, Set, and Stack.
Full subject can be found here
-
Clone the repo
git clone https://github.com/kema-dev/ft_containers.git
-
Build the project using make
make
- Launch the program
./bin/ft_containers.out
- You can also use
correct.sh
to compare my program to STL's one
./correct.sh
kema-dev - GitHub