图书管理系统c语言 结构体数组实现

图书管理系统是数据结构常见的课设题,在这里写一个简单的c语言实现代码。没有使用指针,链表。第一次须要写一些内容到程序中,以后注释掉creat(),creat2()两个函数便可从文件中读取。node #include<stdio.h> #include<string.h> #include<stdlib.h> #include<time.h> #define M 1 typedef struct
相关文章
相关标签/搜索