04-18-2014, 03:56 AM
How to sleep in c++11:
cSleep can become just a header with no portability pre-processor directives!
std::this_thread::sleep_for(std::chrono::milliseconds(100));
cSleep can become just a header with no portability pre-processor directives!