VectorClass A simple implementation of a vector class for C++, with the following class members: unique_ptr to a C-style fixed capacity array and a size variable.