谁可以帮我写个C的程序-图书管理系统

日期:2008-06-26 11:35:44 人气:2

谁可以帮我写个C的程序-图书管理系统

#include #include #include struct BOOK { int id,usr[10],total,store,days[10]; char name[31],author[21]; }books[100]; /*上面是结构体的定义,用于存放书籍及借书的信息。*/ void page_title(char *menu_item) { clrscr(); printf(">>> 图 书 管 理 系 统
    A+
热门评论