摘要:
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
阅读(282)
评论(0)
推荐(0)