In my application I want that when a loop is being executed, each time the control transfers to the loop, each execution must be delayed by a particular time. How can I do t
C++11 has some portable timer stuff. Check out sleep_for.