Executable Name |
./mine.out |
---|---|
Program Purpose |
Making a small reimplementation of STL containers vector, map, stack and set |
Program Language |
C++ 98 |
Tested Primarily on |
MacOs |
To run tests on my STL Containers
make TEST=(name of test file in tests folder without the .cpp extension)
make TEST=vector_test (tests/vector_test.cpp)
make TEST=tree_test (tests/tree_test.cpp)
Vector Stack
Map Set
• iterators_traits • reverse_iterator • enable_if (C++11 feature implemented in a C++98 manner; SFINAE) • is_integral • equal and/or lexicographical_compare • std::pair • std::make_pair
Have a bug? If you found a problem or idea that is not addressed yet, please open a new issue.
🤘