用C语言设计一个图书管理系统(高手请进)

日期:2010-05-09 23:52:18 人气:1

用C语言设计一个图书管理系统(高手请进)

我写的,基本符合你最基本的要求,不知道合适不合适,自己没有电脑,这些代码还是在网吧写的...在TC2.0调试通过的: #include #include #include #define NUM 100 struct book { char booknum[8]; char bookname[15]; char author[12]; char PubHouse[15]; char PubTime[11]; }bookinfor[NUM]; char Initializat
    A+
热门评论