cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Help!!!!!!!!!
Help!!!!!!!!!
Nov 16, 2012 at 7:29pm UTC
Juan Chaves
(1)
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!!!!!
Nov 16, 2012 at 7:30pm UTC
firedraco
(6243)
What are you having problems with?
Nov 16, 2012 at 7:51pm UTC
freddy92
(274)
Make an effort to write the functions, then post them and we can help you fix them.
Topic archived. No new replies allowed.