标题:求解惑为什么在vc6.0中提示不能打开'iostream.h'
取消只看楼主
wangyp201210
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2012-11-4
 问题点数:0 回复次数:0 
求解惑为什么在vc6.0中提示不能打开'iostream.h'
#include<iostream.h>
#include<string.h>


int main()
{
     string name;
     cout<<"请输入你的姓名:";
     cin>>name;
     cout<<"\nHello,"<<name<<endl;

     const int max=20;
     cout<<"max="<<max<<endl;

     return 0;
}
哪位大写帮我看看,为什么在vc6.0中总是报错
fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory
执行 cl.exe 时出错.
搜索更多相关主题的帖子: include 
2012-11-04 16:33



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-385881-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.083665 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved