圖書管理系統(C語言)

這是圖書管理系統的源代碼,大一的課程設計,只供參考哦 #include #include #include #include struct book { char name[20]; char year[10]; char zz[20]; int cs; int jg; struct book *next; }; struct book * lianbiao() //產生頭結點
相關文章
相關標籤/搜索