标题:在vc++运行这个程序错在哪里
取消只看楼主
hootoo55
Rank: 1
等 级:新手上路
帖 子:20
专家分:0
注 册:2007-10-9
 问题点数:0 回复次数:2 
在vc++运行这个程序错在哪里
#include<iostream.h>
void main()
{
struct Student
{
int no;
chart name[10];
chart sex;
struct Day
{
int year;
int month;
int day;
}birthday;
chart class;
}stud;
cout<<"输入一个学生信息"<<endl;
cout<<" 学号:";cin>>stud.no;
cout<<" 姓名:";cin>>stud.name;
cout<<" 性别:";cin>>stud.sex;
cout<<" 出生日期 年:";cin>>stud.birthday.year;
cout<<" 月:";cin>>stud.birthday.month;
cout<<" 日:";cin>>stud.birthday.day;
cout<<" 班号:";cin>>stud.class;
cout<<endl;
cout<<"输出一个学生信息"<<endl;
cout<<" 学号:"<<stud.no<<endl;
cout<<" 姓名:"<<stud.name<<endl;
cout<<" 性别:"<<stud.sex<<endl;
cout<<" 出生日期:"<<stud.birthday.year<<"年";
cout<<stud.birthday.month<<"月";
cout<<stud.birthday.day<<"日"<<endl;

}




用vc++运行
搜索更多相关主题的帖子: 运行 
2007-10-15 22:10
hootoo55
Rank: 1
等 级:新手上路
帖 子:20
专家分:0
注 册:2007-10-9
得分:0 

谢谢您啊

。。。。

不过你的程序好像不行啊??


C++交流基地:让我们共同学习编程!c++交流群:30098422
2007-10-17 12:52
hootoo55
Rank: 1
等 级:新手上路
帖 子:20
专家分:0
注 册:2007-10-9
得分:0 

哈哈

楼上真细心。。

谢谢,,,,


C++交流基地:让我们共同学习编程!c++交流群:30098422
2007-10-17 23:16



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




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

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