473,405 Members | 2,344 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Exemplers in C++

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 ...!!!

Jul 23 '05 #1
1 1050
ro****@indiatimes.com wrote:
Can anyone tell me about exemplers or runtime inheritance in C++ ?


Coplien has a fair amount about exemplars -- it's old enough that
you'll probably want to consider things carefully before using them
directly, but the basic information is solid enough.

--
Later,
Jerry.

The universe is a figment of its own imagination.

Jul 23 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.