On Dec 19, 2007 10:25 PM, Robert Ramey <ramey@rrsd.com> wrote:
Why aren't you just using viritual functions on the base class pointer?

Robert Ramey

I do that, but there are cases where I need to to specialized operations based on the type of object I read back in, and for those I use dynamic_cast.

Mahesh