I am beginning developing in C++ and I am developing a simple calculator in console and when my program ask to the user if wants to exit,the character \'¿\' doesn\'t appear
As you can see in Ascii table, symbol ¿ have the code 168. You can use in output stream \ffffd to print some special character.