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

  1. DavidTheLazyStudent

    Overloading << & >> Operators

    Each time I try to add overloaded input/output I get a compiler message about accessing the class's private data. If I REM out the statments it functions as expected. My Friend statment is: friend ostream& operator << (ostream &out, Meal &aMeal); With Meal being the Class, aMeal is...

Part and Inventory Search

Back
Top