From: Éò»Û·å (useradd_at_[hidden])
Date: 2005-08-20 10:13:18


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;