User profile: noonmoon

User info
User name:noonmoon
History
Joined:
Number of posts:41
Latest posts:

output problem
maybe I am not assigning(title,author,isbn etc) correctly, since now Book has a copy constructor and...

output problem
okay. I got this message, when 2 is pressed while debugging: [quote]Unhandled exception at 0x000835...

output problem
Okay this is what my Library constructor looks like: [code] Library::Library(ifstream& inbookfile, ...

output problem
I added this copy constructor for Book. [code] Book::Book(const Book &cSource) { title = cSource.t...

output problem
Okay I will try this. I just re-read the requirements of the project and I havn't done this for Boo...