| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 312 人关注过本帖
标题:在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
快速回复:在vc++运行这个程序错在哪里
数据加载中...
 
   



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

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