Windows编程 - Messagebox#include "stdafx.h"    // 这是VC自动添加的头文件,没有什么用途
Windows编程 - Messagebox
#include <windows.h>    // 包含MessageBox函数声明的头文件
Windows编程 - Messagebox

Windows编程 - Messagebox
int main(int argc, char* argv[])
}

相关文章: