Help!!!!!!!!!

Does anybody can help me out to do this please?


Declare an overloaded equality operator (==) member function for the Time class.
Declare an overloaded output operator (<<) function as a friend of the Time class.

class Time
{
public:


private:
int hour;
int minute;
};

Thank you!!!!!
What are you having problems with?
Make an effort to write the functions, then post them and we can help you fix them.
Topic archived. No new replies allowed.