R
Roman Töngi
I can empty the keyboard puffer with the following:
while (cin.get() != '\n');
Is there not a standard function to clean the istream?
while (cin.get() != '\n');
Is there not a standard function to clean the istream?