输出一个漂亮的“块”带有 ncurses 和 C++ 的字符?

发布于 2024-10-19 11:31:11 字数 117 浏览 1 评论 0原文

我正在使用 ncurses 用 c++ 编写一个控制台应用程序,我想输出一个可靠的 ascii 块。它基本上会用胶带粘住通常为普通字符的空白保留的所有区域。是否有我遗漏的 ASCII 字符或者我在手册中没有看到的库函数?

I'm writing a console app in c++ using ncurses and I'd like to output a solid ascii block. It'd basically tape up all of the area that would normally be reserved for white space of a normal character. Is there an ASCII character I'm missing or a library function I haven't seen in the manual?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

漫雪独思 2024-10-26 11:31:11

ASCII 只有 7 位。如果您愿意使用 8 位,可以使用代码页 437:

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

然后是 Unicode,它打开了一个全新的字符世界......

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...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文