大家猜猜这个程序的运行结果:
#include <windows.h>
int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,
PSTR szCmdLine,int iCmdShow)
{
MessageBox(NULL,TEXT("hello1"),TEXT("hello2"),0);
return 0;
}
时间: 2025-01-17 16:41:51