C++_數字時鐘軟件實現設計

利用C++學習內容,經過windows自帶函數實現一個簡易的時鐘ios #include<iostream> #include<windows.h> //延時與清屏頭文件 using namespace std; class time { public: time(){year=0;month=0;day=0;hour=0;minute=0;sec=0;}//默認構造函數 time(
相關文章
相關標籤/搜索