Guest User

Untitled

a guest
Oct 24th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Rezyser(const Rezyser & other)
  2. {
  3. imie=other.imie;
  4. pseudonim= other.pseudonim;
  5. nazwisko=other.nazwisko;
  6. for (int i=0;i<3;i++)
  7. tytul[i]=other.tytul[i];
  8. }
Advertisement
Add Comment
Please, Sign In to add comment