new C++ Standard question.I tried inline operator overload and I got link errors. Is this because of the new C++ standard? I...
I tried the operator overload: link errorsI solved my problem. Evidently the new C++ standard doesn't like inline operator overloads.
I tried the operator overload: link errors[code] class GRectangle : public GObject{ public: GRectangle(int x, int y, int width, int hei...
I want to overload << and >>Thank you, that will work. :)
I want to overload << and >>I'm trying to remember how to stream my class to an fstream. [code] say class a{ int x; int y;...
This user does not accept Private Messages