Code:
class point //note the case sensitivty "point"
Point GetUpperLeft()const { return itsUpperLeft; } //< where is trhe "Point" datatype???
/*
i assume its meant to be "point" not "Point"
*/
maybe that is the problem, but i could be wrong, the first time i looked at c++ was last night and i was reading from the same book as you
