+ 8
This is pretty simple, you can create a single char that will take the input that you send in from the console, and it can immediately display it. What I would do is have the computer detect keystrokes, and when it does run a function that sets the char to the keystrokes and then returns it to cout. You can have the program run as long as you need by setting up an exit system.