compile error when calling pointer to a member function in other class

前端 未结 0 1704
伪装坚强ぢ
伪装坚强ぢ 2021-01-13 04:00

I have created a class A as following in "A.h" and it has a public function func(int)

class A {
   public:
   A();
   int func(int val);
   ...
}


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