Konu
C++ Class'lar Hakkında
15-04-2020, 14:43:32
#11
Dogukan
Header için:
int* getXY();
Cpp için:
int* MyPoint::getXY() { return new int[2] {x, y}; }