ecole42-yoma / ft_containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ft_containers

C++ containers, easy mode

  • The standard C++ containers have all a specific usage.
  • To make sure you understand them, let’s re-implement them!

Features

  • C++ 98/03 and plus SFINAE
  • Vector, Stack (done)
  • Map, Set (undone)
  • Iterator

About


Languages

Language:C++ 98.1%Language:Shell 1.6%Language:Makefile 0.3%