Below I have a really basic vector class with ++ operator overloaded.
++
#include class vector { public: int x = 0, y = 0;