๐จ๐ปโ๐ป This is the README file for projetc ft_containers for 42 school
๐จ๐ผโ๐ Authors: tbillon - prom 2020 contact: tbillon@student.42lyon.fr
๐ Subject : Find ft_container's subject HERE
Containers in C++ all have a specific use. To make sure you understand them, you will implement them! In this project you will implement some C++ containers from the library (Standard Template Library). You have to use the structure of the original containers as a basis. If a part of the canonical form of Coplien is not present, don't do it. Remember, You must conform to the C++98 standard. Therefore, any newer newer functionality should NOT be done, but any C++98 functionality (even obsolete) is functionality (even obsolete) is expected.
- In your terminal window, run
make - Still in your terminal, run executable
./ft_containers. Output will show you original STL result in PINK and ft results in YELLOW. ENJOY ;)
๐ USEFULL LINKS :