Currently, the inventory data is stored in an array of 20 InventoryBook class objects. For this chapter's assignment, you will implement a linked list, which will take the place of the array. When done, your program should allow the user to enter as many books into inven-tory as needed.
Modify the linkedList template presented in this chapter. The template must be able to store InventoryBook class objects. If you intend to use the == operator, it will need to be overloaded in the InventoryBook class. Also, you will need to add a mem-ber function that searches the linked list for a specific book, and returns a reference or pointer to that object. This will be necessary to execute the InventoryBook member functions.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.