Code Bye

想问一下在vc和vs2013中分别建立啥工程和文件能运行这个程序啊

#include <windows.h>
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
LPSTR lpCmdLine,int nCmdShow)
{
MessageBox (NULL, “你好,本人的Visual C++世界!”, “问候”, 0) ;
return 0 ;
}
解决方案

3

http://www.wuji8.com/meta/99245244.html
照这个一步步来,然后把WinMain函数替换成本人的

4

Visual C++——Win32——Win32项目

10

Win32 Application: http://blog.sina.com.cn/s/blog_537e51f40100bbd4.html

10



CodeBye 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明想问一下在vc和vs2013中分别建立啥工程和文件能运行这个程序啊