欢迎访问我的独立博客

【windows程序设计】系列01

#include <windows.h>

int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
                    PSTR szCmdLine, int iCmdShow)
{
     MessageBox (NULL, TEXT ("Hello, World!"), TEXT ("HelloMsg"), 0) ;//0为OK

     return 0 ;
}
posted @ 2012-11-28 09:56  github.com/starRTC  阅读(183)  评论(0)    收藏  举报