kehuadong

2022年12月8日

windows C++

摘要: #include <Windows.h> LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { switch (uMsg) { case WM_DESTROY: PostQuitMessage(0 阅读全文

posted @ 2022-12-08 05:59 kehuadong 阅读(39) 评论(0) 推荐(0) 编辑

mingw + cmake + vscode

摘要: .vscode settings.json { "cmake.generator": "MinGW Makefiles" } cmake-kits.json [ { "name": "GCC for x86_64-w64-mingw32 12.2.0", "compilers": { "C": "D 阅读全文

posted @ 2022-12-08 05:02 kehuadong 阅读(72) 评论(0) 推荐(0) 编辑

导航