Answered step by step
Verified Expert Solution
Question
1 Approved Answer
( in C + + only, pls no C and use only iostream header file no other ) write a program that implements a simple
in C only, pls no C and use only iostream header file no otherwrite 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
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