用C語言編寫圖書管理系統

圖書管理系統.cweb //vc6++環境下調試運行 //思路:定義結構體;定義功能性函數;主函數調用各個功能性函數。 //2019/6/12/21:22 #include<stdio.h> #include<string.h> #include<stdlib.h> #include<conio.h> struct book { int id; char name[31]; char author
相關文章
相關標籤/搜索