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 bkrike 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: *

  • Users: joelc
  • Content: Threads
  • Order by date
  1. joelc

    Inheritance of a Base class operator=

    I have two classes, one is the base class of the other. I would like call “operator = “ from the base class in addition to the new “operator =”. I know I am missing something simple, but I don’t know what. class CAge { public: CAge(); ~CAge(); Cage & operator = (CAge &catmp) {...

Part and Inventory Search

Back
Top