/Cpp-Vector

My own implementation of C++ std::vector

Primary LanguageC++

Cpp-Vector

My own implementation of C++ std::vector with

  • small-object and copy-on-write optimizations
  • exceptions

Structure

vector.h -- main file

vector.cpp -- testing my vector implementation with GTEST library