C++ GUI API 实例

 

int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
      MessageBox(NULL, 
"Hello, Windows!""Hello!", MB_OK);
      
return 0;
}

 

posted on 2009-04-23 02:53  依然微笑。。  阅读(404)  评论(0编辑  收藏  举报

导航