Originally posted by Corey
Code:
      Point GetUpperLeft() const { return itsUpperLeft; )
      Point GetLowerLeft() const { return itsLowerLeft; )
      Point GetUpperRight() const { return itsUpperRight; )
      Point GetLowerRight() const { return itsLowerRight; )
I don't have a compiler right now to check so this might not be the ONLY error, but in the code I quoted, they ended their definitions with end parenthesis instead of brackets.