条款14:总是将base class拥有virtual destructor
条款15:令operator=传回“*this的reference”
条款16:在operator=中为所有的data members设定(赋值)内容
条款17:在operator=中检查是否“自己赋值给自己”
以上条款与2011年11月14日22:09改为已读!
条款14:总是将base class拥有virtual destructor
条款15:令operator=传回“*this的reference”
条款16:在operator=中为所有的data members设定(赋值)内容
条款17:在operator=中检查是否“自己赋值给自己”
以上条款与2011年11月14日22:09改为已读!