在dev c++中安装ege及安装easyx库都要导入graphics.h这个文件,这种情况替换到一个,另一个就无法使用,要怎么办呢
2条回答 默认 最新
threenewbee 2023-05-28 09:34关注可以用
#include "ege/gramphics.h"
#include "easyx/gramphics.h"
假设两个头文件分别在ege和easyx子目录下本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
在dev c++中安装ege及安装easyx库都要导入graphics.h这个文件,这种情况替换到一个,另一个就无法使用,要怎么办呢
可以用
#include "ege/gramphics.h"
#include "easyx/gramphics.h"
假设两个头文件分别在ege和easyx子目录下