how to merge two objects in c++ using STL

后端 未结 0 937
没有蜡笔的小新
没有蜡笔的小新 2021-01-16 12:56

how to merge two objects in c++ using STL

class student{
 friend student operator+(student&s1,student&s2);//trying to overload + operator to merge two         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题