Output a nice “block” character with ncurses and C++?

本小妞迷上赌 提交于 2019-12-06 12:18:38

ASCII is only 7-bit. If you are willing to go with 8-bit, there is the Code Page 437:

http://en.wikipedia.org/wiki/Code_page_437

Then there is Unicode, which opens a whole new world of characters...

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!