#include "point.h" // my file bool CPoint::setxy(int a, int b) { x=a; y=b; return true; }