Question: Write a program ( in C + + only ) that implements a simple e - library management system. The program should provide a menu

Write a program (in C++ only)that implements a simple e-library management system. The program should provide a menu which allows the user to do the following:
Add A New Book
Edit Details of an Available Book
Delete A Book
Display All Books in the Library
The book class contains the following attributes:
Publication ID (This is unique, you must use this variable for searching purposes)
Book Title
Author(s)
List of Patron Subscribers
The program should prevent the addition of duplicate book entries using the unique publication ID. The program should be implemented using character arrays only (using string is prohibited). Additionally, you should consider using OOP concepts such as classes or structs, default or parameterized, and copy constructors in your program.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!