I have an assignment for on online class and I don't even understand where to start. There are no tutors available. Could someone give me an idea? I would really appreciate it.
This is what the programming exercise states: "Two stacks of the same type are the same if they have the same number of elements and their elements at the corresponding position are the same. Overload the relational operator == for the class stackType that returns true of two stacks of the same type are the same; it returns false otherwise. Also, write the definition of the function template to overload this operator."
Note: I am using Visual C++ 2010 as I was told this was easier to use than DevCPP.