Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 165 Bytes

File metadata and controls

2 lines (2 loc) · 165 Bytes

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.