俺的第一个C语言窗口程序!

#include <windows.h>
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow)
{
MessageBox(NULL,
"Hello World", "Title", MB_OK);
}

ent: 0px;"> 

 

运行效果:

 

posted on 2010-01-31 01:01  李恺  阅读(502)  评论(5)    收藏  举报