View Single Post
Old 08-13-2002, 07:59 PM   #4 (permalink)
abc123
bloomberg
 
abc123's Avatar
 
Join Date: Jun 2002
Location: bloomberg
Posts: 263
abc123 is on a distinguished road
Send a message via AIM to abc123 Send a message via Yahoo to abc123
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
__________________
-- bloomberg.
abc123 is offline   Reply With Quote