hello world
#include int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,PSTR szCmdLine,int iCmdShow)
{
MessageBox(NULL,TEXT("hello world"),"",MB_OK+MB_ICONQUESTION);
}
/*
hello world程序,经典的入门课
*/
2011-09-17 11:24

2011-09-20 09:22
2011-09-22 08:06
2011-09-22 09:34
2011-09-24 06:43
2011-09-24 06:45
2011-09-28 23:20