class box { public: ... const box & operator ++ () { value++; return *this; }

Previous slide Next slide Back to first slide View graphic version