C++學習(七)——系統時間的獲取以及類的顯示

C++標準庫<ctime>html main.cppios #include "Timer.h" #include <iostream> #include <ctime> using namespace std; void SetTimeObject(Timer *); int main(void) { Timer Mywatch; SetTimeObject(&Mywatch); My
相關文章
相關標籤/搜索