Translations: English(en) 日本語(ja)
Reimplementation of STL containers.
I reimplemented the following containers in C++98.
Test all containers
make test
Test the container specified by the argument
./grademe.sh vector
Reimplementing STL containers in C++98 - Nafuka Lines (Japanese)
Reimplementing vector in C++98 - Nafuka Lines (Japanese)
Reimplementing map in C++98 - Nafuka Lines (Japanese)
A quick understanding of a project to reimplement containers in C++ (Japanese)