I have to use timer in C++ to avoid using sleep()
function. I have to do something at specified interval. I don't want to use WinApi
timer class, because I want it work on both Linux and Windows.
Does C++ have built-in timer classes?
I have to use timer in C++ to avoid using sleep()
function. I have to do something at specified interval. I don't want to use WinApi
timer class, because I want it work on both Linux and Windows.
Does C++ have built-in timer classes?