[c/c++]在使用循环去查询消息等操作时加入Sleep()
加入比较短时间的Sleep()一般对时效性影响不大,但能极大地降低CPU占用。 比如,这里我们用coolfun::UI_suspend()等待按键函数的源码来举例: #include<conio.h> #include<iostream> #include<windows.h> us...
加入比较短时间的Sleep()一般对时效性影响不大,但能极大地降低CPU占用。 比如,这里我们用coolfun::UI_suspend()等待按键函数的源码来举例: #include<conio.h> #include<iostream> #include<windows.h> us...