get_point定义在ecn.h
get_point
ecn.h
epoint *get_point() const;
get_point在ecn.cpp中实现
ecn.cpp
epoint * ECn::get_point() const { return p; }