摘要: codeblocks配置SDL2、SDL2_image 下载 https://github.com/libsdl-org/SDL/releases/https://github.com/libsdl-org/SDL_image/releases 1. 解压 将SDL2_image-devel-2.6 阅读全文
posted @ 2023-08-11 08:46 大帅。 阅读(403) 评论(0) 推荐(0)
摘要: 在代码中手动创建一个控制台,增加一下代码: #include <stdio.h> #if WIN32 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLine, int nCmdShow) # 阅读全文
posted @ 2023-08-11 08:42 大帅。 阅读(679) 评论(0) 推荐(0)