kema-dev / ft_containers

42 | C++ STL containers recoded

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

42 | C++ STL containers recoded


Languages

Language:C++ 96.0%Language:Shell 2.4%Language:Makefile 1.6%