Skip to content

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

Notifications You must be signed in to change notification settings

achrafelkhnissi/ft_containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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