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

    template template parameters

    I thought I was familiar with template syntax until... I'm reading "Modern C++ Design" and was comfortable with the code: //Library Code template <class CreationPolicy> class WidgetManager : public CreationPolicy { ... }; //Application Code typedef WidgetManager< OpNewCreator<Widget> >...

Part and Inventory Search

Back
Top