This seems like a cool site, I wish I could have found this sooner.

Can someone pls help me with this line of code? I get an error C2660 telling me the function does not take an argument ( The portion in Bold face is the line I get the error in).
Thnxs


class Party
{
private:
string str1;
string str2;
public:
Party(string n = "Bruce Willis",...