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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sbarkeruk

  1. sbarkeruk

    Use of Pointers in Classes

    I am an experienced VB6 developer, aware of object-oriented design, but have just started learning C++ this week! I have hit a brick wall with trying to understand the following snippet of code: CRectangle a, *b, *c; CRectangle * d = new CRectangle[2]; I am trying to work out the following...

Part and Inventory Search

Back
Top