* Mike - EMAIL IGNORED:[color=blue] > For my base class, the default copy constructor > and assignment operator do the right thing. > However, a child class requires user-defined > methods because of a c-style string. Must I > therefore provide corresponding user definitions > for the base class?[/color] No. -- A: Because it messes up the order in which people ...