C++中怎么暂停几秒

include <windows.h> 后,可以使用:
Sleep(m)
m是毫秒值,也就是写 1000 = 暂停 1秒

原文地址:https://www.cnblogs.com/hangaozu/p/8280721.html