#include;

发布于 2024-10-09 14:51:49 字数 157 浏览 0 评论 0原文

我如何在 Windows 7 中使用 #include 以及如何在 Visual Studio C++ 或 borland C++ 中使用图形函数???

tnx,but :控制台应用程序模式下哪个库可以工作?

how i use #include <graphic.h> in windows 7 and i use graphic function in visual studio c++ or borland c++ ???

tnx,but : Which library in Console Application mode work?

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

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

发布评论

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

评论(2

好听的两个字的网名 2024-10-16 14:51:49

Graphics.h 不是标准的 C++。它只是 Borland 特有的。我推荐 OpenGL 库、SDL 或类似的图形库。

graphics.h is not a standard c++. It is only Borland specific. I recommend OpenGL library, SDL, or the similar graphic libraries.

骄傲 2024-10-16 14:51:49

您可以使用 Visual Studio 2005/2008/2010 或 Borland Dev C++ 来处理graphics.h。

有关更多详细信息,您可以查看此链接:https://www.cs.colorado .edu/~main/bgi/visual/

You can use Visual Studio 2005/2008/2010 or Borland Dev C++ for graphics.h.

For further detail, you can see this link: https://www.cs.colorado.edu/~main/bgi/visual/

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