- 链接地址:https://blog.csdn.net/CSDN_fzs/article/details/105639969
- 链接标题:【C++】数据结构 struct,结构体相关操作_struct book{ int id; char title[50]; char author[2-CSDN博客
- 所属网站:blog.csdn.net
- 被收藏次数:8226
文章浏览阅读388次。代码:#include <iostream>#include <cstring>using namespace std;struct Book{ char title[50]; char author[50]; double price; int bookId;};void printBook(struct Book bo..._struct book{ int id; char title[50]; char author[20]; double price; }; 下面
版权声明:本文发布于特牛网址导航 内容均来源于互联网 如有侵权联系删除