Hello I just want to know if it is possible to draw a character from the OEM Ascii set to the console window with cout. If this is not possible could someone please show me how to do it.
If you want a character not present on your keyboard you can use an escape sequence eg: '\xFF' where FF are two hex digits corresponding to the ASCII value. The result depends on the encoding used by your console window