Question: It is a simple c++ project for Library Management System. It should have the functionality of add record, search record, Update record, and delete record
It is a simple c++ project for Library Management System. It should have the functionality of add record, search record, Update record, and delete record (Using Linked List ). Following functions should be implemented.
1) Insert a Book
2) Issue a Book to student
3) Book Deposit
4) Find all Issued Books
5) Stock of Book
6) Search of Book by ISBN
7) Display Books by author
8) Modify a Book record
9) Delete a Book
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
