俺的第一个C语言窗口程序!
#include <windows.h>
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow)
{
MessageBox(NULL, "Hello World", "Title", MB_OK);
}
ent: 0px;">
运行效果:

每一天 为明天
#include <windows.h>
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow)
{
MessageBox(NULL, "Hello World", "Title", MB_OK);
}
ent: 0px;">
运行效果:
