Input validation - inputting character to an int variableThanks for the reply, but while((user_input < 1) || (user_input > 6) && cin.good()) still infinit...
Input validation - inputting character to an int variableI'm writing a trivia game program that gives a menu of options. The way I organized it, the user inp...
getline(...) not pausing for user inputBump
getline(...) not pausing for user inputThanks for the replies. It works...kinda. The code has been altered a bit. I added my for loop (whic...
getline(...) not pausing for user inputI'm trying to write a function within my class that I can call within the program to write questions...
This user does not accept Private Messages