SSM
Registered
hi all
i've a little question ... hope i can get the answer here
i'm required to write a C++ program using (time polymorphism) ,that is using pointers that point to classes ( user defined classes)
also...i'm required to downcast these pointers using the operator (dynamic_cast) which is part of the C++ run-time type information (RTTI) feature.
the problem is that don't know how to use this operator,,, (dynamic_cast)
how can i use it in my program
can anyone help
i've a little question ... hope i can get the answer here

i'm required to write a C++ program using (time polymorphism) ,that is using pointers that point to classes ( user defined classes)
also...i'm required to downcast these pointers using the operator (dynamic_cast) which is part of the C++ run-time type information (RTTI) feature.
the problem is that don't know how to use this operator,,, (dynamic_cast)
how can i use it in my program

can anyone help
