如何在windows7中使用#include <graphic.h>以及如何在visual studio c++或borland c++中使用图形函数?
tnx,但是:哪个库在控制台应用程序模式下工作?
发布于 2011-01-01 21:42:55
H不是标准的c++。这只是Borland特有的。我推荐使用OpenGL库、SDL或类似的图形库。
发布于 2016-01-25 05:07:23
您可以使用Visual Studio2005/2008/2010或Borland Dev C++ for graphics.h。
有关更多详细信息,您可以查看此链接:https://www.cs.colorado.edu/~main/bgi/visual/
https://stackoverflow.com/questions/4574201
复制相似问题