Question: (Note use linked list ) use C++ project for Library Management System Using Linked List. It should have the functionality of add record, search record,
(Note use linked list ) use C++ project for Library Management System Using Linked List. It should have the functionality of add record, search record, Update record, and delete record. Following functions should be implemented.
Note : Use Linked List
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
