oop – expected ‘,’ or ‘…’ before ‘&=’ token (C++)
I am trying to learn c++ and I have come across an exercise that is giving me quite a bit of trouble. The compiler is giving me a number of errors, in particular the following: expected ‘,’ or ‘…’ before ‘&=’ token Book(int=0, const string&=” “, const string&=” “, int=0, const string&=” “, double=0.0); Could … Read more