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?
Thank you, William Halliburton
