Thursday, July 9, 2009

In C++ what is the meaning of static_cast <point>(c)??!?

Any examples:

In C++ what is the meaning of static_cast %26lt;point%26gt;(c)??!?
It's used for Downcasting a pointer


http://www.cs.iupui.edu/~cs240/fall07/sl...


and see -


19.4 Casting Base Class Pointers to Derived Class Pointers


No comments:

Post a Comment