开发者

#include <graphic.h>

开发者 https://www.devze.com 2023-02-02 04:17 出处:网络
how i use #include <graphic.h> i开发者_如何学Cn windows 7 and i use graphic function in visual studio c++ or borland c++???

how i use #include <graphic.h> i开发者_如何学Cn windows 7 and i use graphic function in visual studio c++ or borland c++ ???

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


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


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/

0

精彩评论

暂无评论...
验证码 换一张
取 消