yumoz

摘要: C++制作的电子时钟程序,电脑运行框程序。 阅读全文
posted @ 2018-10-04 11:35 yumoz 阅读(759) 评论(0) 推荐(0) 编辑
摘要: 利用C++学习内容,通过windows自带函数实现一个简易的时钟 #include<iostream> #include<windows.h> //延时与清屏头文件 using namespace std; class time { public: time(){year=0;month=0;day 阅读全文
posted @ 2018-10-04 11:22 yumoz 阅读(614) 评论(0) 推荐(0) 编辑