源码

#include "stdafx.h"
#include<Windows.h>

int WINAPI WinMain(HINSTANCE hInst,HINSTANCE tmp,LPSTR strCmd,int nShow)
{
    MessageBox(NULL, "Hello World!", "Title", 0);
}
View Code

相关文章: