#include<windows.h> int WINAPI WinMain( HINSTANCE hInstance, // handle to current instance HINSTANCE hPrevInstance, // handle to previous instance LPSTR lpCmdLine, // command line int nCmdShow // show state ) { MessageBox(NULL,TEXT("hello world!"),TEXT("HelloMsg"),0); return 0; }
hello world
最新推荐文章于 2024-10-25 21:19:08 发布