Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

( in C + + only, pls no C and use only iostream header file no other and dont use strcpy pls )

(in C++ only, pls no C and use only iostream header file no other and dont use "strcpy" pls)write a program 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Management Databases And Organizations

Authors: Richard T. Watson

6th Edition

1943153035, 978-1943153039

More Books

Students also viewed these Databases questions

Question

What resources will these tactics require?

Answered: 1 week ago