| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 786 人关注过本帖
标题:为什么会这样??
取消只看楼主 加入收藏
wzxwzx110481
Rank: 1
等 级:新手上路
帖 子:7
专家分:0
注 册:2008-9-27
收藏
 问题点数:0 回复次数:1 
为什么会这样??
[bo][/bo]1>------ 已启动生成: 项目: 32, 配置: Debug Win32 ------
1>正在编译...
1>2.cpp
1>c:\users\user\documents\visual studio 2008\projects\32\32\2.h(1) : fatal error C1083: 无法打开包括文件:“iostream.h”: No such file or directory
1>生成日志保存在“file://c:\Users\user\Documents\Visual Studio 2008\Projects\32\32\Debug\BuildLog.htm”
1>32 - 1 个错误,0 个警告
========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========
我的程序是:
#include<iostream.h>
void main()
{
     cout<<"This is C++ program"<<endl;
     cout<<"This\tis\tC++\tprogram"<<endl;
     cout<<"This\nis\nC++\nprogram"<<endl;
}

我才开始学,用的是visual c++2008,请大家多多指教
搜索更多相关主题的帖子: 编译 
2008-10-10 21:37
wzxwzx110481
Rank: 1
等 级:新手上路
帖 子:7
专家分:0
注 册:2008-9-27
收藏
得分:0 
回复 4# andyzhshg 的帖子
就是这样的,非常感谢
2008-10-12 16:46
快速回复:为什么会这样??
数据加载中...
 
   



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

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