运动发电机:高手们我的生死就掌握在你们的手中了,有关C++问题,谢谢大家!!

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/12 06:18:09
Design a class called set which is a collection of int numbers.This class doesn't include duplicated elements.Overloload the operator+to implement the union of two set objects.Overload the left shift operator for the output of the set.
提示:set 集合 union 集合的并集 overload 重载
duplicated elements重复元素 implement 实现

运算符重载的,不难啊...