摘要: 一、运算符重载 1. 2.运算符重载限制 重载运算符时操作数至少有一个是用户定义的类型。 3.不能创建新运算符 4.不能重载以下运算符: sizeof . .* :: ?: typeid const_cast dynamic_cast reinterpret_cast static_cast 5.可 阅读全文
posted @ 2019-09-27 14:50 富坚老贼 阅读(139) 评论(0) 推荐(0)