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 TouchToneTommy 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: atara
  • Content: Threads
  • Order by date
  1. atara

    overloaded functions & inheritance

    I have a base class with 2 public functions : CBase & Func (const char *); CBase & Func (char); I have derived class with a public inharitance from the base. In the derived class I have a public function CBase & Func (int); when I call in main function derived.Func("aaa"); I...

Part and Inventory Search

Back
Top