求解一段代码的意思,sdl2.0 编程初学者 10
intimgFlags=IMG_INIT_PNG;if(!(IMG_Init(imgFlags)&imgFlags)){printf("SDL_imagecouldnot...
int imgFlags = IMG_INIT_PNG;
if (!(IMG_Init(imgFlags) & imgFlags))
{
printf("SDL_image could not initialize! SDL_image Error: %s\n", IMG_GetError());
success = false;
}
printf("SDL_image could not initialize! SDL_image Error: %s\n", IMG_GetError());
success = false;
}
在一个英文版的教程给的源文件里面看到的,说明是“初始化PNG加载”
请问这段代码的功能是什么? 展开
if (!(IMG_Init(imgFlags) & imgFlags))
{
printf("SDL_image could not initialize! SDL_image Error: %s\n", IMG_GetError());
success = false;
}
printf("SDL_image could not initialize! SDL_image Error: %s\n", IMG_GetError());
success = false;
}
在一个英文版的教程给的源文件里面看到的,说明是“初始化PNG加载”
请问这段代码的功能是什么? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询