Class member function calling external function with another class member function as an argument to the external functionYeah, I tried making fn() static and that worked. But fn() could not use any non-static data members...
Class member function calling external function with another class member function as an argument to the external functionThis is my class: class Exact : public Solver { public: Exact(); Exact(const Exact& or...
This user does not accept Private Messages