Using getter inside operator overload in container class terminates the program

后端 未结 0 1436
清酒与你
清酒与你 2020-11-29 06:42

I am having a problem with one of my assignments in C++ related to polymorphism. I have a base class:

class Base {
private: 
    string name;
public:
    Base         


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