国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > C > 正文

sdl顯示一張bmp圖片示例

2020-01-26 15:32:21
字體:
供稿:網(wǎng)友

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* screen = NULL;

    //Start SDL
    SDL_Init( SDL_INIT_EVERYTHING );

    //Set up screen
    screen = SDL_SetVideoMode( 640, 480, 32, SDL_SWSURFACE );

    //Load image
    hello = SDL_LoadBMP( "hello.bmp" );

    //Apply image to screen
    SDL_BlitSurface( hello, NULL, screen, NULL );

    //Update Screen
    SDL_Flip( screen );

    //Pause
    SDL_Delay( 2000 );

    //Free the loaded image
    SDL_FreeSurface( hello );

    //Quit SDL
    SDL_Quit();

    return 0;
}

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表

圖片精選

主站蜘蛛池模板: 福鼎市| 夏津县| 永宁县| 永济市| 宜昌市| 息烽县| 且末县| 伊金霍洛旗| 泸西县| 马龙县| 五华县| 宣恩县| 武汉市| 台湾省| 桂林市| 远安县| 荣成市| 乐至县| 昌平区| 玛纳斯县| 蚌埠市| 万荣县| 奎屯市| 乐平市| 怀化市| 额敏县| 孟州市| 新平| 弥渡县| 高淳县| 布尔津县| 姜堰市| 玛纳斯县| 岐山县| 三江| 陵水| 龙州县| 兰西县| 通道| 佳木斯市| 潼南县|