//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
最新推荐文章于 2019-07-10 09:59:45 发布