연산자오버로딩1 (C++)연산자 오버로딩의 활용 class Point { int x; int y; public: Point(int _x=0, int _y=0) :x(_x), y(_y) {} void print() const { cout 2020. 6. 29. 이전 1 다음