First page
Back
Continue
Last page
Graphics
assignment operator
Same problem as copy constructor. Assigning a member that is a pointer to a string does not assign the string itself.
To avoid this, you overload the = operator.