sdl显示一张bmp图片示例
文件大小: 28k
源码售价: 10 个金币 积分规则     积分充值
资源说明:lesson01.cpp 代码如下:/*This source code copyrighted by Lazy Foo’ Productions (2004-2013)and may not be redistributed without written permission.*/ //Include SDL functions and datatypes#include “SDL/SDL.h” int main( int argc, char* args[] ){    //The images    SDL_Surface* hello = NULL;    SDL_Surface*
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。