Skip to content

Reimplementation of some STL C++ containers like map

Notifications You must be signed in to change notification settings

Melvin42/ft_containers

Repository files navigation

Container

c++98 implementation of some c++ container

About the project

vector - map - stack

How to use

first step: create your main.cpp files

give the good includes #include "path_to_.hpp" use the right namespace using namespace ft;

second step: use the testor annihilation

rule annihilation of the Makefile make annihilation

Go further

Containers can always be optimized in one way or an other Implement your new algorythm then make your test versus the version you want to override

About

Reimplementation of some STL C++ containers like map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published