Header için:
int* getXY();
Cpp için:
int* MyPoint::getXY() {
return new int[2] {x, y};
}