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 SkipVought 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: *

  1. clayalberty

    newbie question on classes

    Thanks, I think I see the corrolation better now. Yes, the program is horribly redundant. The whole thing is about 200 lines of code to find the area of a rectangle given the input of 2 x,y coordinates...none too helpful;)
  2. clayalberty

    newbie question on classes

    I'm just starting to learn c++ and I'm working through a book. I have a basic confusion relating to class usage. To give an example of a has-a class paraphrased from the book: class Point // holds x,y coordinates { public: void SetX(int x) { itsX = x; } void SetY(int y) {...

Part and Inventory Search

Back
Top