I have a .h and .cpp seperate file where I want to create a class with an integer and vector of integer class.
------ (below is .h) `class Test{ private: int a; vecto