informatyka, macierze

Nasza ocena:

5
Pobrań: 21
Wyświetleń: 1498
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
informatyka, macierze - strona 1 informatyka, macierze - strona 2

Fragment notatki:


class macierz {private:
int t; double **w;
public:
int n, m; macierz (int, int);
macierz();
~ macierz();
friend istream& operator (istream&, macierz&);
friend ostream& operator t==0) return;
for(int i=0; in; i++)
delete w- w[i];
delete w -w; }
istream& operator (istream& in, macierz& A) { cout A.w[i][j]; }
return in;}
ostream& operator t=1;
if ((n!=A.n) || (m!=A.m))
{ cout w[i][j]=w[i][j]+ A.w[i][j]; }
if(A.t==1) usun_tymczasowy(&A);
if(t==1) usun_tymczasowy(this);
return *p; }
macierz& macierz :: operator = (macierz& A) { if ((n!=A.n) || (m!=A.m))
{ cout ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz