c語言實現圖書管理系統

/* 課程設計項目名稱:圖書查詢系統 做者:施瑞文 時間:2018.3.4 */ #include<stdio.h> #include<string.h> #include<windows.h> #include<conio.h> #include<stdlib.h> #define N sizeof(struct BOOK) struct BOOK //圖書信息 {
相關文章
相關標籤/搜索