I''ve set up a base class with function pointers as member variables.
class BC { protected: void (*Fnc)(void*); void (*Fnc2)(void*); //and so on };
But when I do this
class DC : public BC { public: DC(){Fnc=Some_function_defined_earlier;...//and so on}; }
I get the error ''Member function must be called or it''s address taken''. Now another member of my team used the same syntax but in microsoft C++ and it worked fine. Doing typedef statements before the class doesn''t work either, what''s missing? a.h{text-decoration:none;color:blue;};a.h:hover{text-decoration:underline;background:red;};
Why is it called a hot water heater? Isn't it cold when it goes in the tank?
-=CF=-