
February 10th, 2013, 05:33 PM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 1
Time spent in forums: 23 m 5 sec
Reputation Power: 0
|
|
|
Syntax errors - A clockType Class program using Friend Function
Hello Everyone,
I am writing a program using a "  clockType" Class and modifying it with a Friend function and overloading operators ++, /, ==, etc. I am getting the following error message from the header file, 28 newClock.h `bool operator==(const clockType&)' must take exactly two arguments. Here is the section of programming from line 28 that is causing the error - friend bool operator==(const clockType& otherClock);
I am not sure of what is missing here. I haven't modified any operators in the implementation file, but have included the header file (#include "newClock.h") in it. Any guidance is greatly appreciated.
Duncan7
|