Como faço para limpar o buffer cin?
Como eu limpo o buffer cin em C
Como eu limpo o buffer cin em C
O tutorial C ++ da Google Code University costumava ter 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...