class CDate { // some declarations public: CDate& operator ++ () { // increment function; return *this; } };
'&'是否意味着作为回报的参考?
谢谢
SpecC
c++ reference class increment
c++ ×1
class ×1
increment ×1
reference ×1