Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started