/ft_containers

Implement CPP containers : vector, map and stack

Primary LanguageC++

ft_containers

We have to build our own vector, map and stack. We also have to implement some other STD tools, such as enable_if, iterator_traits, pair etc..

Get Started

git clone git@github.com:Bima42/ft_containers.git
make
./containers
  • Use the --help to display all possibilities

Docs

  • There is a non exhaustive list of docs that I used to do this project.
  • cplusplus and cppreference are just awesome for ft_containers. There is a lot to read.
  • Be careful to check when functions were added to the container, some since C++11. You don't have to implement those.

Vector

Map

Stack

Utils

Testers

Thanks to @divinepet and @mli42