C++ Windows環境實現時鐘類

注意VS2017環境和其餘環境略有不一樣ios #include<iostream> #include<time.h> #include<Windows.h> #include<iomanip> using namespace std; class Clock { public: Clock() { struct tm tp; //tm結構指針 time_t n
相關文章
相關標籤/搜索