摘要:
#include using namespace std;class Time{public: Time(int,int,int);//声明结构成员函数 int hour; int minute; int sec; void get_time();};Time::Time(int h,int m,i... 阅读全文
posted @ 2013-04-22 19:22
程序+爱=人生
阅读(162)
评论(0)
推荐(0)
浙公网安备 33010602011771号