学习C++ Day 05
知识点23
前置和后置重载:
class Date
{
public://......Date& operator() //前置{_day 1;while(_day > GetMonthDay(_year, _month)){_day - GetMonthDay(_year, _month);month;if(_month 13){_year;_month 1;}}return *this;}Date operator(int) …
2026/7/2 4:42:22