C++类电子时钟

没有讲解必要  #include <iostream> #include <windows.h> #include <iomanip> using namespace std; class clock { public: clock(int h=0,int m=0,int s=0): hour(h),minute(m),second(s) {} void r
相关文章
相关标签/搜索