Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2015
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. class Operacje
  2. {
  3. public:
  4. void inicjacja();
  5. struct STRUKTURA* adres();
  6. void dodajElement(int element);
  7. void wyswietlElementy();
  8.  
  9. private:
  10. struct STRUKTURA* struktura;
  11.  
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement