problem with adding number to variable when overloading a operator#include <iostream> using namespace std; class MY_OBJECT { public: int x, y, w, h; }; class M...
This user does not accept Private Messages