Bài giảng Lý thuyết hệ điều hành - Chương 7 Toán tử số học
CPhanSo CPhanSo::operator+ (CPhanSo x) { CPhanSo temp; temp.tu = tu*x.mau+mau*x.tu; temp.mau = mau*x.mau; return temp; } CPhanSo CPhanSo::operator- (CPhanSo x) { CPhanSo temp; temp.tu = tu*x.mau-mau*x.tu; temp.mau = mau*x.mau; return temp; }
Các file đính kèm theo tài liệu này:
- bai_giang_huong_doi_tuong_c7_3352.pdf