#include <iostream>
using namespace std;
class wektor
{
public:
wektor(const int );
virtual ~wektor();
//void usun();
void wpisz( );
void wypisz();
int wymiar();
private:
int k; // wymiar
float *w;
};
Brak komentarzy:
Prześlij komentarz