時鐘類運算符重載

1 //8_2.cpp 2 #include <iostream> 3 using namespace std; 4 class Clock { //時鐘類聲明定義 5 public: //外部接口 6 Clock(int hour = 0, int minute = 0, int second = 0); 7 void showTime() cons
相關文章
相關標籤/搜索