Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.
/ ft_containers Public archive

42 | C++ STL containers recoded

Notifications You must be signed in to change notification settings

kema-dev/ft_containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks