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

    Template class - function prototype question

    I've been looking at some sample code that is similar to a program I'm working on, and I came across a function prototype in the class header that threw me off. Can anyone here explain the syntax of this? template<class Type> class Row { public: Row(int cols=0):row(NULL)...

Part and Inventory Search

Back
Top