The line it is complaining about is
Code:
Shopper newShopper(fname, lname);
the linker doesn't seem to be able to find the code for this constructor of Shopper. Where is
Code:
Shopper::Shopper(const string& firstName, const string& lastName)
{....}
if you post all the code I'll have a look at it. Attach it as a zip file.