C/C++执行时间的方法
原文:how to implement timer in C/C++
原文:how to implement timer in C/C++
I want to call a function of the business class after every 2 hours. I m not getting any way to implement same in C/C++ without using a while loop. My problem is that i cannot use while(1) as this ...