Outputting unicode characters in windows terminal

前端 未结 4 2170
Happy的楠姐
Happy的楠姐 2020-12-06 19:06

Over the past week I\'ve been working on a roguelike game in C++ along with a friend. Mostly too learn the language.

I\'m using:

  • pdcurses
  • Wind
4条回答
  •  遥遥无期
    2020-12-06 20:02

    Although it's a pretty big switch, you might try using an alternative console, especially if you are doing a roguelike. libtcod is a moderately popular library, written in C with C++ bindings, that provides a full color console which you can set up your own fonts and glyphs in. That should give you a lot more flexibility than being stuck with what the Windows console gives you.

提交回复
热议问题