Home > Net >  What a big help in C language to write simple books management system management system
What a big help in C language to write simple books management system management system

Time:10-14

Simple books management system management system is a simple application that is used to manage the books, use structure and the list as the basic data structure to implement, and use the binary file to save the program data, system requirements: first, read the file after the system startup the records in the information, and assembled into a separate list (the lead node), if at the beginning of the file does not exist or file is empty, the initial into an empty list, and then the system can accomplish the following functions:
Add books: (a) increase the books information in the system (can design his book information: such as, the number of the title, press, etc.)
(b) check out books: according to the title of query (fuzzy query)
(c) editing books: editable in addition to the number of other fields
(d) delete books: according to delete the number of books
(e) system exit: save data to a file, and then exit the program
F the administrator login (the first allowed to remind to add administrator)
  •  Tags:  
  • C#
  • Related