Answered You can hire a professional tutor to get the answer.
#include #include #include #include lt;iostreamgt; lt;iomanipgt; lt;cstringgt; book.h using namespace std; Book:Book() {...
The implementation file is the book.cpp, which I am have to write for the book.h file. I am having trouble with the Set function. I am trying assign t and a by doing author = a and title = t, but I continue to get errors. Can you tell how to do it properly? The assignment operators worked for the last two member data, but not for the array assignment.
- Attachment 1
- Attachment 2