Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #pragma once
  2. #include <iostream>
  3. #include <string>
  4.  
  5. struct Poddany {
  6. std::string numerUbezpieczenia;
  7. std::string imie;
  8. std::string nazwisko;
  9. std::string adresEmail;
  10. std::string plec;
  11. std::string adresIP;
  12. int rozmiarButa;
  13. std::string ulubionyLek;
  14. std::string ulubionaPoezja;
  15.  
  16.  
  17.  
  18. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement