1. Trang chủ
  2. » Giáo Dục - Đào Tạo

LẬP TRÌNH NÂNG CAO

4 98 0

Đang tải... (xem toàn văn)

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 4
Dung lượng 13,5 KB

Nội dung

#include #include #include #include class matrix; class vect { private: float b[50]; int n; public: void xuat(); vect tonghang(matrix&); void sapxep(); }; class matrix { private: int m; int n; float a[50][50]; public: void nhap(); void xuat(); float tong(); float max(); friend vect vect::tonghang(matrix &); }; void matrix::nhap() { coutm; coutn; for(int i=0;i

Ngày đăng: 26/02/2019, 19:52

TỪ KHÓA LIÊN QUAN

w