ascii heart in c++ windows 10 not displaying

ε祈祈猫儿з 提交于 2019-12-01 23:55:48

Check the checkbox in Properties that says "Use the old console" or something like that (Mine was in swedish). That solved the problem for me.

There are a number of things you must check:

  • Make sure your console is using Code Page 437
  • Failing that, make sure your program's locale is the default "C" locale.

Let us know if it still doesn't work.

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