friend std::ostream& operator(std::istream&, zrf_Ratio&);friend bool operator==(const zrf_Ratio&, const zrf_Ratio&);
已知一个有理数类Zrf_Ratio,实现如下的操作符重载形式: friend std::ostream& operator<<(std::ostream&, const zrf_Ratio&);//输出最简分数 friend std::istream& operator>>(std::istream&, zrf_Ratio&); friend bool operator==(const zrf_Ratio&, const zrf_Ratio&); friend bool operator<(const zrf_Ratio&, const zrf_Ratio&);
(图片来源网络,侵删)