Why cin.get(); and cin.ignore(); are not pausing some of my programs?

Why cin.get(); and cin.ignore(); are not pausing some of my programs?
Likely because you have a new line in the buffer and the cin.get() function or cin.ignore function () is ignoring the new line (or some characters), instead of providing a temporary "pause until the user inputs something.
love you, Thanks xD
Topic archived. No new replies allowed.