To tylko jedna z 5 stron tej notatki. Zaloguj się aby zobaczyć ten dokument.
Zobacz
całą notatkę
#include
#include
#include
class macierz
{
private:
public:
double **w;
int n, m,t;
macierz (int, int);
macierz();
~ macierz ();
void friend usun_tymczasowy(macierz*);
friend istream& operator (istream&,macierz&);
friend ostream& operator t==1)
{
for(int i=0; in;i++)
delete p-w[i];
delete p-w;
}
}
istream& operator (istream& in, macierz& A)
{
cout A.w[i][j];
}
return in;
}
ostream& operator
... zobacz całą notatkę
Komentarze użytkowników (0)