Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 297 Bytes

File metadata and controls

4 lines (4 loc) · 297 Bytes

Vectorclass-template

School program, written in C++ A header file Vector.h is provided, which contains the interface of the vector class template Vector. I implemented the .hpp Vector file so one can use my functions and they will work with the same efficiency as the real Vector class from C++