Bima42 / ft_containers

Implement CPP containers : vector, map and stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implement CPP containers : vector, map and stack


Languages

Language:C++ 99.5%Language:Makefile 0.5%