I am trying to write a simple program that simulates a calculator. I would like the program to exit or turn-off when the Ctrl+D keystroke is made. I se
Ctrl+D on Unixy platforms is EOF. If you are getting each char, you can check to see if you got EOF.