Question: ( in C + + only, pls no C and use only iostream header file no other and dont use strcpy ) write a program
in C only, pls no C and use only iostream header file no other and dont use strcpywrite a program that implements a simple elibrary 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
Authors
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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
