資源簡介
#include
#include
#include
struct book{
int num;
char bname[50];
char wname[20];
char press[50];
char sort[50];
int time;
float price;
struct book *next;
};
struct book *creatbook(); //創建鏈表
struct book *addbook(struct book *head);
代碼片段和文件信息
- 上一篇:c++服務器 拆包粘包 過程
- 下一篇:C語言學生選課系統
評論
共有 條評論