How to set up and dereference a generic pointer for a derived class object for an expression parser?

后端 未结 0 819
盖世英雄少女心
盖世英雄少女心 2020-12-01 10:32

I could not find a solution to the following problem - I have a base class

class foo{
public:
   foo *lhs, *rhs;
   foo() {}
};

I derive a te

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