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

https://github.com/m0saan/ft_containers

re-implementing vector, map, stack as STL's
https://github.com/m0saan/ft_containers

containers-cpp cpp98 map stack vector

Last synced: 11 months ago
JSON representation

re-implementing vector, map, stack as STL's

Awesome Lists containing this project

README

          

# ft_containers

In this project, I am implementing the various container types of the C++ standard template library.
The namespace will always be ft.
As a reminder, all of the containers are coded in C++98, so any new feature of the containers ARE NOT
implemented, but every old feature (even deprecated) is present.

### NOTES:
- implemented containers: ```vector, stack, map.```
- iterators_traits, reverse_iterator, enable_if, is_integral, equal/lexicographical com-
pare, std::pair, std::make_pair, are re-implemented.

### - Observations :

[![forthebadge](https://forthebadge.com/images/badges/made-with-c-plus-plus.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)

This is my implementation for the c++ containers [vector, stack, map] of the 42 cursus,
need help:
moboustt@student.1337.ma