I have a main.cpp test.h and test.cpp> I am trying to pass my vector through so i can use it in test.cpp but i keep getting errors.
//file: main.cpp i
Pass it as std::vector & (reference to vector) and use iterator to iterate through it.
std::vector &