I am learning c++ and I am creating a Vector class (the mathematical one).
class Vector { public: int x, y; public: void add(Vector other) { this-&g