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 derfloh 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 iwtblj

  1. iwtblj

    Error C2228

    When I try to compile the following code, I get an error that says &quot;error C2228: left of '.addObject' must have class/struct/union type.&quot; shelf<fruitJuice> storeJuice(); for(ctr=0; ctr < 5; ctr++) storeJuice.addObject(juices[ctr]); shelf is a template class with a constructor...

Part and Inventory Search

Back
Top