//10.1.7 #include<windows.h> int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPreInstance, PSTR szCmdLine, int iCmdShow ) { MessageBox(NULL,TEXT("hello Windows API!"),TEXT("msg"),0); return 0; }
windows programing chapter1
最新推荐文章于 2022-06-16 10:22:28 发布
1593

被折叠的 条评论
为什么被折叠?



