Why is my override method not being called in C++?

后端 未结 0 745
清酒与你
清酒与你 2020-12-31 23:25

So I have a base class that is made to hold a string value, and be able to add characters onto it:

class TextInput
{
public:
    std::string value;
    void a         


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