如何在图形模式下移动到某个位置

发布于 2024-09-07 12:26:59 字数 66 浏览 4 评论 0原文

我们使用什么代码在图形模式下移动屏幕上的某个点(graphics.h)?与正常情况一样,我们使用 goto(x,y)。

What code do we use to move at a point on the screen in graphics mode(graphics.h)?As in normal we use goto(x,y).

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

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

发布评论

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

评论(3

别挽留 2024-09-14 12:26:59

由于您在这件事上没有选择,这里有一些使用 graphics.h 绘制内容的教程:

第 1 部分
第 2 部分
第 3 部分

Since you don't have a choice in the matter, here are some tutorials on drawing stuff with graphics.h:

Part 1
Part 2
Part 3

真心难拥有 2024-09-14 12:26:59

C 作为一种语言,没有图形模式。

C, as a language, has no graphics mode.

清晨说晚安 2024-09-14 12:26:59

不要使用graphics.h。它是来自 Borland C++ 的一个非常古老的 DOS 库(注意它也不是 C,而是 C++)。相反,选择一些东西,比如 OpenGL 或一些更高级别的库,比如 SDL。

Don't use graphics.h. It is a very old DOS library from Borland C++ (note that its not C either but C++). Instead pick up some thing like OpenGL or some higher-level library such as SDL.

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