分类: C/C++
2010-09-21 06:54:18
#include
#include
class set
{
int a[10];
public:
int m;
void seta(int ele,int n){a[n]=ele;}
void disp();
};
void set::disp()
{
for(m=0;m<=9;m++)
cout<}
void main()
{
set b;
set c;
int x;
int n;
cout<<"Please input B:";
for(n=0;n<=9;n++)
{
cin>>x;
b.seta(x,n);
}
b.disp();
cout<<"Please input C:";
for(n=0;n<=9;n++)
{
cin>>x;
c.seta(x,n);
}
b.disp();
cout<
}
海啸南风,你姐姐我qq有问题哦!
出问题了。八成弄不好啦,
chinaunix网友2010-09-21 16:08:05
很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com