An open API service indexing awesome lists of open source software.

https://github.com/achrafelkhnissi/ft_containers

Implementation of a few container types of the C++ standard template library.
https://github.com/achrafelkhnissi/ft_containers

1337 1337cursus 1337school 42 42born2code 42cursus 42projects 42school cpp cpp98 map set stack stl-containers vector

Last synced: 7 months ago
JSON representation

Implementation of a few container types of the C++ standard template library.

Awesome Lists containing this project

README

          

# ft_containers

## Description

This project is a recreation of the C++ STL containers. The containers are implemented using templates and iterators. The containers are:

* Vector
* Map
* Stack
* set

## Usage

To compile the project, run `make`. This will create the library `libft.a` and the executable `ft_containers`.

To run the executable, run `./ft_containers`.

## TODO:
1. An Intro to "Iterator Traits": https://www.codeproject.com/Articles/36530/An-Introduction-to-Iterator-Traits