重載流插入和前置與後置自增運算符

/*point類*/ #ifndef POINT_H #define POINT_H using namespace std; class Point {     friend ostream &operator<<(ostream &,const Point &);//重載<<     friend istream &operator>>(istream &,Point &);//重載>> pu
相關文章
相關標籤/搜索