20 Aug
2005
20 Aug
'05
3:13 p.m.
example points.cpp has a big bug leads to can not compile line 23 error : return x = other.x && y == other.y; The correct code must be : return x == other.x && y == other.y;