Hello,
I have been trying to figure this out for several hours and would so so so so greatly appreciate some help..
This is the error message I am receiving when I try to compile my program..
/Barclay_Colin_Assign7_Final.cpp:393: error: no matching function for call to 'bookinfo(int&, char [51], char [14], char [31], char [31], char [11], int&, double&, double&)'
note: candidates are: void bookinfo(int, char*, char*, char*, char*, int*, double*, double*)
void bookinfo(int, char*, char*, char*, char*, char*, int*, double*, double*)
WHatttt!!???
Does this function call and definition not match ?