如果定义了一个类myclass,则为myclass类对象以成员函数形式重载后++运算符的声明应该为
·myclass operator++()
·myclass operator++( int )
·myclass& operator++()
·myclass& operator++( int )
出自:佳木斯大学语言治疗学