¿Cómo limpio el búfer de cin?
¿Cómo borro el búfer cin en C
¿Cómo borro el búfer cin en C
El tutorial de C ++ de Google Code University solía tener este código: // Description: Illustrate the use of cin to get input // and how to recover from errors. #include <iostream> using namespace std; int main() { int input_var = 0; // Enter the do while loop and stay there until...