This should be a fairly easy question to answer, but it has me stumped. I need to be able to use the copy constructor to copy a string that's entered by the user. When I try to do this the normal way I've been using the copy constructor, like so:

member = class.member

I get an error telling me that I need to use an LValue. This works for every other data type except strings. Thanks in advance.