Question: 10 p Othe Implement Awrite) veld function, called openlibrary, that initializes a dynamic array of book records with the data stored in the hole library

 10 p Othe Implement Awrite) veld function, called "openlibrary, that initializes

10 p Othe Implement Awrite) veld function, called "openlibrary, that initializes a dynamic array of book records with the data stored in the hole "library Inventory.txt". The function has three formal parameters: the dynamic array LIB, the count, and the capacity You should open and close an Ifstream inside the function Remember, you must allocate memory for the initial size of the dynamic array using "new"Inside this function. If the array becomes full, print the message "Library is full. Also, close the file, and exit the function. Read the values from the data file In the same order they appear in the record declaration. Consider the following declarations to help you write implement) this function: assume these declarations occur before the function is called; therefore, there is no need to re-declare them: (DO NOT COMMENT CODE!) Declarations: book_record "LIB: const int CAPACITY=25; //this is the capacity of the dynamic array LIB. int count = 0; /holds the number of records being used in the dynamic array LIB. /book_record declaration class book_record 7 public: string title; string dd number; int isle_no

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!