Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は C++ プログラムを書いていますが、ユーザーが Enter キーを押した後に終了/終了するようにプログラムする必要があります。これは私が持っているものです:
cout << "Press Enter to End" << endl; cin.ignore(); //ends after the user hits enter return 0;
しかし、うまくいきません。何かアドバイス?