Update MP2
This commit is contained in:
@@ -70,6 +70,7 @@ int main(){
|
||||
break;
|
||||
case 2:
|
||||
cout << "\033[2J\033[1;1H"; // Clear screen unicode sequence
|
||||
|
||||
cout << "Press Enter to Continue";
|
||||
getchar();
|
||||
break;
|
||||
@@ -124,4 +125,4 @@ std::string printMenu(int* selection) {
|
||||
outputString.append("\n");
|
||||
}
|
||||
return outputString;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user