懒扬扬

 

c++ 11 sleep()


#include<chrono>
#include<thread>


std::this_thread::sleep_for(std::chrono::milliseconds(1000));

posted on 2016-01-23 10:48  懒扬扬  阅读(13321)  评论(1编辑  收藏  举报

导航