http://pastebin.com/7CU5xwqA - Libarybook.h header file http://pastebin.com/n43r
ID: 3551854 • Letter: H
Question
http://pastebin.com/7CU5xwqA - Libarybook.h header file
http://pastebin.com/n43rM2wW - Patron.h header file
http://pastebin.com/FgkDKKwX - Libary.cpp file
http://pastebin.com/ebHLvj5G - Librarybook.cpp file
http://pastebin.com/nyzwjYmR - Patron.cpp file
So if you follow all the links above is the necessary files needed to complete the project. Using Library.cpp you need to implement 3 things.
1) while loop to read patrons into an array.
2) while loop, Read in books and store them to patrons book list.
3) for loop , all patrons, print out their list of books.
Then in the Patron.cpp file, implement each of the Patron classes to complete the program.
Please make all adjustments in Visual Studio.
Explanation / Answer
This program is standard conforming C++ program tested with Visual Studio 2013
http://pastebin.com/AdbsGeyc library.cpp
http://pastebin.com/ZEaJavPM librarybook.cpp
http://pastebin.com/Ugf65NcZ patron.cpp
http://pastebin.com/4QLeVeii patron.h
librarybook.h is unchanged.
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.