摘要: 原文地址:http://www.cppblog.com/ivenher/articles/19969.html setTimer函数用于创建一个计时器,KillTimer函数用于销毁一个计时器。计时器属于系统资源,使用完应及时销毁。 SetTimer的函数原型如下:UINT_PTR SetTimer 阅读全文
posted @ 2018-03-09 14:43 日积硅步,以致千里 阅读(590) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://blog.csdn.net/tangweide/article/details/7063747 (—)使用_sleep()函数 #include <iostream> using namespace std; _sleep(5*1000);//延时5秒 (二)使用Delay( 阅读全文
posted @ 2018-03-09 11:23 日积硅步,以致千里 阅读(16795) 评论(1) 推荐(0) 编辑