| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 745 人关注过本帖
标题:此源程序错在什么地方
取消只看楼主 加入收藏
unsigend
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2010-5-17
结帖率:0
收藏
已结贴  问题点数:20 回复次数:0 
此源程序错在什么地方
#include<iostream>
void main()
{
 int i(1),sum(0);
 while(i<=10)
(
 sum+=i;
 i++;
 )
cout<<"sum="<<sum<<endl;
}
下面是编绎出错信息
------------Configuration: Cpp3 - Win32 Debug--------------------
Compiling...
Cpp3.cpp
f:\vcycx\cpp3.cpp(7) : error C2143: syntax error : missing ')' before ';'
f:\vcycx\cpp3.cpp(9) : error C2059: syntax error : ')'
f:\vcycx\cpp3.cpp(10) : error C2065: 'cout' : undeclared identifier
f:\vcycx\cpp3.cpp(10) : error C2297: '<<' : illegal, right operand has type 'char [5]'
f:\vcycx\cpp3.cpp(10) : error C2065: 'endl' : undeclared identifier
执行 cl.exe 时出错.

Cpp3.exe - 1 error(s), 0 warning(s)
搜索更多相关主题的帖子: include before 源程序 信息 
2010-05-17 17:06
快速回复:此源程序错在什么地方
数据加载中...
 
   



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

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