Skip to content

sachmull/container

Repository files navigation

Container

Partly reimplementation of the STL (C++ 98).

Usage

To use simply include the container you need and start, the interfaces are the same as the ones used in the std.
To test run:

make

The files diff_[container_name] will show the diffs between this implementation and gcc's for the given testcases

Containers

  • vector
  • stack
  • map

Utility

  • distance
  • enable_if
  • is_integral
  • iterator_traits
  • lexicographical_compare
  • pair
  • reverse_iterator
  • swap
  • make_pair

About

Reimplementation of STL-containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published