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

    Help with classes and structs...

    I need help on how to have access to my variables when inside of the ex_class.add() function. struct ex_struct { char name[21]; int num; .... }; class ex_class { public: ex_class(); int display_all(); int add(const ex_struct &); private: ex_struct new_struct[101]...

Part and Inventory Search

Back
Top