我最近开始用C++学习图形.
我尝试#include <graphics.h>在我的程序中使用codeblocks,但它显示错误.然后我graphics.h从一个站点下载了标题并粘贴在codeblocks 中的include文件夹中,但它显示了graphics.h:No such file or directory.
#include <graphics.h>
graphics.h
graphics.h:No such file or directory
任何人都可以教我如何graphics.h在代码块中使用?
c++ graphics codeblocks
c++ ×1
codeblocks ×1
graphics ×1