应用结构体完成结构体的输出
2018-06-17 21:30:10来源:未知 阅读 ()
例题7.1 声明学生结构体Student
定义两个结构体变量student1和student2
成员包括学号 姓名 性别 出生日期 成绩
学生1初始化
把学生1复制给学生2
输出学生2
#include <iostream> #include <string.h> using namespace std; struct Date{ int month; int day; int year; }; struct Student{ int num; string name; char sex; int age; Date birthday; float score; string addr; }student1={10001,"zhangsan",'m',23,12,12,2017,100,"北京市昌平区马池口吉利大学"},student2; int main(){ student2=student1; cout<<student2.num<<endl; cout<<student2.name<<endl; cout<<student2.sex<<endl; cout<<student2.age<<endl; cout<<student2.birthday.year<<'/'<<student2.birthday.month<<'/'<<student2.birthday.day<<endl; cout<<student2.score<<endl; cout<<student2.addr<<endl; return 0; }
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- C语言程序结构 2020-05-31
- 数据结构—链表 2020-05-29
- C++17结构化绑定 2020-05-15
- 图 2020-05-02
- 【数据结构】树套树——线段树套平衡树 2020-04-18
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash