Using Cin.ignore() and Cin.get() Functions April 6, 2017 Because cin can leave a terminating character in the stream, not using the cin.ignore() and cin.get() functions could cause small problems with your code. The user gets to see what