#include;
我如何在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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.
您可以使用 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/