I have a book storage program and I'm having trouble trying to get the command "list" to list all the textbook records and "find" to to lookup a textbook record by the ISBN number.
right now both dont print anything. the diagram shows the relationship between the classes.
As far as the debug statements in Warehouse.cpp, they all work except for in "std::cout << "Listing Book: " << current->data->getTitle() << std::endl;" in void Warehouse::list()