📜  在 C++ 代码示例中按 enter 继续

📅  最后修改于: 2022-03-11 14:44:58.113000             🧑  作者: Mango

代码示例1
#include 
cout << "Press Enter to Continue";
cin.ignore(std::numeric_limits::max(),'\n');