简易的图书管理系统

大一新生,刚接触c语言不久,只想分享一下自己的小成果(第一次做)嘿嘿! #include <stdio.h> #include <stdlib.h> #include <string.h> #include <conio.h> #define N sizeof(book) typedef struct BOOK//book结构体 { char name[100]; long n
相关文章
相关标签/搜索