Is there a way to require a person to enter a certain text to get it to continue like:
and then get it to continue if the text was entered correctly, also, is there a way to shell a bat file?Code:const int size = 5; char enter[size]; cout << "enter hello"; cin >> enter




Reply With Quote