/ft_containers

As part of this project, I recreated the Containers structure in the C++ STL library using version 98.

Primary LanguageC++

ft_containers

ft_containers

In this project, you will implement a few container types of the C++ standard template library. As a reminder, you have to comply with the C++98 standard, so any later feature of the containers MUST NOT be implemented, but every C++98 feature (even deprecatedones) is expected.

Evaluation