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
- Host: GitHub
- URL: https://github.com/m0saan/ft_containers
- Owner: m0saan
- Created: 2021-08-08T19:57:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T16:08:40.000Z (over 3 years ago)
- Last Synced: 2025-01-16T21:23:49.604Z (about 1 year ago)
- Topics: containers-cpp, cpp98, map, stack, vector
- Language: C++
- Homepage:
- Size: 1.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :
[](https://forthebadge.com)
[](https://forthebadge.com)
This is my implementation for the c++ containers [vector, stack, map] of the 42 cursus,
need help:
moboustt@student.1337.ma