多載二元運算子. 範例一 class Coord { int x, y ; …… } ; int main() {. Coord o1(10,10), o2(5,3), o3 ; o3 = o1 + o2; // o3 ← (15, 13) o3.print() ;.
確定! 回上一頁