Lets say I'm doing a calculator program. The user inputs his/her two numbers and press enter. The screen shows the answer for like 3 seconds than quits. I tried using the getch() and cin.get() function, but it always quits. How can I get around this?