wtorek, 4 listopada 2014

//FUNKCJE ZESPOLONE

#include <iostream>
#include "zespolona.h"

using namespace std;

extern const Zespolona operator + ( Zespolona&, Zespolona&);
ostream& operator << (ostream& wy,Zespolona &z);
istream& operator>> (istream& we, Zespolona& z);
float max ( float A[3]);
extern void wpisywanie (Zespolona&, Zespolona &, Zespolona& );

Brak komentarzy:

Prześlij komentarz