I am trying to display all the content stored in one object to the screen without resorting to a member function that actually displays it for me.
Below i have use two overloaded operator functions, one that adds the values stored in one class object with another and returns the result to yet another class object.
But i am having some trouble trying to overload the insertion operator in my class. The compiler claims that there is an error in the overloaded function..