20 Dec
2007
20 Dec
'07
3:08 a.m.
On Dec 19, 2007 10:25 PM, Robert Ramey
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