Stay Hungry , Stay Foolish

君子生非异也,善假于物也

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2016年7月15日

摘要: windows下定时器使用实例 #include #include using namespace std; void TimerDemo() { int count = 0; // Iteration counter HANDLE hTimer = NULL; // WaitableTimer handle hTimer = CreateWaitab... 阅读全文
posted @ 2016-07-15 16:46 octocat 阅读(279) 评论(0) 推荐(0) 编辑