We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39aeef commit 6294197Copy full SHA for 6294197
1 file changed
GameDevelop/Source.cpp
@@ -398,7 +398,7 @@ void win() {
398
gotoxy(14, 11); cout << "* *";
399
gotoxy(14, 12); cout << "* *";
400
gotoxy(14, 13); cout << "*******************************************";
401
- gotoxy(14, 10); cout << "* Enter your name : "; getline(cin,NameWin);
+ gotoxy(14, 10); cout << "* Enter your name : "; cin >> NameWin;
402
hideCursor(0);
403
vector<pair<int, string>> userScore;
404
fstream file("score.txt", ios::in);
0 commit comments