| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 755 人关注过本帖
标题:哪位大神帮初学者看看啊
取消只看楼主 加入收藏
nbbgood
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2011-11-4
结帖率:100%
收藏
已结贴  问题点数:0 回复次数:1 
哪位大神帮初学者看看啊
#include<iostream>
#include<iomanip>
using namespace std;
int main()
{
        for (char capital='A',char small='a';capital<='Z';capital++,small++)
        {
        cout<<"\t"<<capital<<hex<<setw(10)<<static_cast<int>(capital)<<dec<<setw(10)<<static_cast<int>(capital)<<endl;
   
        }
  return 0;
}
编译
1>------ Build started: Project: 36, Configuration: Debug Win32 ------
1>Build started 2011/11/4 18:50:57.
1>InitializeBuildStatus:
1>  Touching "Debug\36.unsuccessfulbuild".
1>ClCompile:
1>  hh.cpp
1>e:\vc程序\36\36\hh.cpp(6): error C2062: type 'char' unexpected
1>e:\vc程序\36\36\hh.cpp(6): warning C4552: '<=' : operator has no effect; expected operator with side-effect
1>e:\vc程序\36\36\hh.cpp(6): error C2065: 'small' : undeclared identifier
1>e:\vc程序\36\36\hh.cpp(6): error C2143: syntax error : missing ';' before ')'
1>e:\vc程序\36\36\hh.cpp(6): error C2143: syntax error : missing ';' before ')'
1>e:\vc程序\36\36\hh.cpp(7): error C2143: syntax error : missing ';' before '{'
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:01.06
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
应该改哪里呀,我用的VC++2010
搜索更多相关主题的帖子: capital include started return 
2011-11-04 19:13
nbbgood
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2011-11-4
收藏
得分:0 
回复 2楼 yuccn
额,一不小心就不行了!!非常感谢啊!!
2011-11-07 00:09
快速回复:哪位大神帮初学者看看啊
数据加载中...
 
   



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

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