1

我一直在试图解决这个问题大约 2 个小时。无论我做什么, cin.get() 都不会暂停我的程序。即使是最简单的程序。像这样,

#include <iostream>

using namespace std;

int main ()
{
    cout << "Hello World! ";
    cin.get();
    return 0;
}

这有什么问题?我尝试了很多方法,比如制作更多 cin.get'S 甚至系统暂停。我换了东西,没有任何效果。请帮忙!

4

0 回答 0