Description: c language. a simple library system using class .for example:
Welcome to the library management system, please type your commands.
> listbook
There is no book in the system.
> listcustomer
There is no customer in the system. > addbook 1 book1
book1 added to the system.
> addbook 1 book2
The book ID already exists. > addbook 2 book2
book2 added to the system. > addcustomer 1 name1 name1 added to the system. > addcustomer 2 name2 name2 added to the system. >borrow11
Success! book1 is borrowed by name1 >borrow12
Fail! The book was borrowed by another customer > listbook
1 book1 borrowed
2 book2 on shelf
> checkc 1
Book borrowed by name1:
1 book1
> aloha
Unknown command!
> exit
Exit the system!
To Search:
File list (Check if you may need any files):
library\Debug\library.exe
.......\.....\library.ilk
.......\.....\library.pdb
.......\library\Debug\CL.read.1.tlog
.......\.......\.....\CL.write.1.tlog
.......\.......\.....\library.lastbuildstate
.......\.......\.....\library.log
.......\.......\.....\library.obj
.......\.......\.....\link-cvtres.read.1.tlog
.......\.......\.....\link-cvtres.write.1.tlog
.......\.......\.....\link-rc.read.1.tlog
.......\.......\.....\link-rc.write.1.tlog
.......\.......\.....\link.7304-cvtres.read.1.tlog
.......\.......\.....\link.7304-cvtres.write.1.tlog
.......\.......\.....\link.7304-rc.read.1.tlog
.......\.......\.....\link.7304-rc.write.1.tlog
.......\.......\.....\link.7304.read.1.tlog
.......\.......\.....\link.7304.write.1.tlog
.......\.......\.....\link.read.1.tlog
.......\.......\.....\link.write.1.tlog
.......\.......\.....\vc110.idb
.......\.......\.....\vc110.pdb
.......\.......\library.c
.......\.......\library.vcxproj
.......\.......\library.vcxproj.filters
.......\library.sdf
.......\library.sln
.......\library.v11.suo
.......\.......\Debug
.......\Debug
.......\library
library