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 strongm 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: saff
  • Order by date
  1. saff

    Beginner's Question on RETURN statement

    Hi, I am tring to implement a time class as follows: class HMS{ public: // constructors // accessors // modifiers HMS add (const HMS & x, const HMS & y); HMS subtract (const HMS & x, const HMS & y); private: // private variables / methods int hrs; int mins; int secs...

Part and Inventory Search

Back
Top