摘要:
今天安装好Visual Studio Express 2012之后,新建了一个VC++ Win32 Console Application,输入一个简单的 Hello world 代码,竟然编译不过,提示缺少头文件。fatal error C1083: 无法打开包含文件: 'stdio.h': No such file or directory在VS安装目录下,VC\include文件夹里面发现只有一个srv.h。确实没有stdio.h这个头文件。网上搜索一下,在MSDN社区里面也有人遇到类似的问题,请看这个页面:http://social.msdn.microsoft.com 阅读全文
posted @ 2013-05-18 19:47
西北望长安
阅读(1450)
评论(0)
推荐(1)