visual studio - How to Display a Smiley Face in C++ Console -


when use have windows 7, use able use codes c++ programs create acsii symbols. example, if did "cout << (char)1;" program display white smiley face in console box. since updated windows 10, codes not work anymore.

i've done research , figured out unicode windows 10 has changed. in link below, use able use symbol/code 1 through 31 appear not work on windows 10.

link: https://www.alt-codes.net/

my question is, there anyway able codes 1-31 back, possibly downloading windows 7 unicode or there new symbol paste smiley face link? , if that's case, how show doing this: "cout << (char) ??? ";

when use cout < (char)1, displays displays box question mark inside of it.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -