簡易的圖書管理系統

大一新生,剛接觸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
相關文章
相關標籤/搜索