Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. damoncur

    downcasting with dynamic_cast

    Dynamic_cast supports casting to a sibling class however, the class must be polymorphic. Office contains a the member function void clean_it() which is not virtual and therefore not polymorphic. So the dynamic_cast returns a zero as it rightly should. Correct me if this is a typo and the...

Part and Inventory Search

Back
Top