output problemmaybe I am not assigning(title,author,isbn etc) correctly, since now Book has a copy constructor and...
output problemokay. I got this message, when 2 is pressed while debugging: [quote]Unhandled exception at 0x000835...
output problemOkay this is what my Library constructor looks like: [code] Library::Library(ifstream& inbookfile, ...
output problemI added this copy constructor for Book. [code] Book::Book(const Book &cSource) { title = cSource.t...
output problemOkay I will try this. I just re-read the requirements of the project and I havn't done this for Boo...