首页上一页 1 下一页尾页 1 条记录 1/1页
C++第二版
发表在C++答疑区
2017-06-13
是否精华
是
否
版块置顶:
是
否
#include<iostream>
using namespace std;
void main()
{
cout<<"ni hao!"<<endl;
}
编译出现下面问题:
S.CPP
d:\vc\vc98\include\ios(9) : fatal error C1083: Cannot open include file: 'streambuf': No such file or directory
Error executing cl.exe.
S.OBJ - 1 error(s), 0 warning(s)
是不是我的VC++开发软件有问题?谁分享一个VC++
于2017-06-13 10:18:49编辑