我在用c++结合easyx的时候,写了以上的一段代码,为什么图片加载不进来啊?
//map.cpp:Definestheentrypointfortheconsoleapplication.//#include"stdafx.h"#include<e...
// map.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include<easyx.h>
#include<graphics.h>
#include<conio.h>
int main(int argc, char* argv[])
{
initgraph(640, 480); // 这里和 TC 略有区别
IMAGE *img = new IMAGE;
loadimage(img,"E:\\pushbox\\map\\pics\\P1.jif");
getimage(img,20,20,100,100);
putimage(320,240,img);
getch(); // 按任意键继续
closegraph(); // 关闭图形界面
return 0;
} 展开
//
#include "stdafx.h"
#include<easyx.h>
#include<graphics.h>
#include<conio.h>
int main(int argc, char* argv[])
{
initgraph(640, 480); // 这里和 TC 略有区别
IMAGE *img = new IMAGE;
loadimage(img,"E:\\pushbox\\map\\pics\\P1.jif");
getimage(img,20,20,100,100);
putimage(320,240,img);
getch(); // 按任意键继续
closegraph(); // 关闭图形界面
return 0;
} 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询