I just use Boost. I believe it does basically the same thing dwks posted (might use win32 api instead, I dunno).


boost::this_thread::sleep(boost::posix_time::milliseconds(100));

Do not use a...