/ft_containers

42 | C++ STL containers recoded

Primary LanguageC++

Project's status Project's primary language Project's focus


correction script image

About The Project

ft_containers is a 42 project, aiming to recreate some Standard Template Library (STL) containers in C++, compliant with C++98 standard.

4 containers have been recreated : Vector, Map, Set, and Stack.

Full subject can be found here

Built With

Getting Started

Prerequisites

Installation

  • Clone the repo

    git clone https://github.com/kema-dev/ft_containers.git
  • Build the project using make

    make

Usage

  • Launch the program
./bin/ft_containers.out
  • You can also use correct.sh to compare my program to STL's one
./correct.sh

Contact

kema-dev - GitHub

Acknowledgments