#include <Windows.h>
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow)
{
MessageBox(NULL, L"Hello World!", L"Welcome", 0);
return 0;
}
目前共有4篇帖子。
一個最簡單的C++ Windows窗口程序
回复帖子 |