William Conrad Halliburton <[EMAIL PROTECTED]> writes:

> I have written code to call C++ code (via nm and demangling). Has anyone 
> done work on dynamic dispatching? Any pointers to relevant information 
> would be highly appreciated. How does C++ dyanamic dispatching work and 
> is it possible, with a pointer to a class, to call the correct member 
> functions?

I think that the dynamic dispatching stuff in C++ is compiler-dependent
and hence you'd want to check the documentation for your particular
compiler. Such info may not actually be available for most commercial
compilers.

'james

-- 
James A. Crippen <james at unlambda.com> Lambda Unlimited
61.2204N, -149.8964W                     Recursion 'R' Us
Anchorage, Alaska, USA, Earth            Y = \f.(\x.f(xx))(\x.f(xx))

Reply via email to