Question: Using pointer Using pointer Using struct (Records), write a c++ program code that implements a library system that holds the information of Book_ISBN, Title, Author,

Using pointer
Using pointer
Using struct (Records), write a c++ program code that implements a library system that holds the information of Book_ISBN, Title, Author, Edition, Publishing_Date and Shelf_number. The system should accommodate Ten thousand different books. In your main function: 1- Prompt the user to implement one of the following two operations: A. Enter the information for a new book 1. Create a pointer for each newly entered book. B. Searching for a book using its ISBN or Title. 2- Define and call a print function that prints all information of a requested book. 3- For any c++ statement, write a descriptive comment of its function during program execution
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
