Casting member function pointers from derived class to virtual base classThank you for your reply. I have changed the source a bit to assume multiple inheritance as in yo...
Casting member function pointers from derived class to virtual base classand no, it does not require dynamic_cast or static_cast as the error output says. Those are function...
Casting member function pointers from derived class to virtual base classsure, here it is: [output]1>x:\fptest\fptest.cpp(35) : error C2440: 'type cast' : cannot convert ...
Casting member function pointers from derived class to virtual base classHello everyone, I have no clue why the following does not work! [code]class Base { };...
This user does not accept Private Messages