R
rolf21
Can anyone tell me about exemplers or runtime inheritance in C++ ?
Let's say I have a one abstract base class , i derived from it in the
application and created a new executable..But now I want to write
another module which will be linked with the existing module
But it needs some changes to be made with vtable of the abstract class
... so I suggested to use exemplers ...?
so please help me ...!!!
Let's say I have a one abstract base class , i derived from it in the
application and created a new executable..But now I want to write
another module which will be linked with the existing module
But it needs some changes to be made with vtable of the abstract class
... so I suggested to use exemplers ...?
so please help me ...!!!