Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.24 KB | None | 0 0
  1. void DodajPracownika(*pracowniklista)
  2. {
  3. *temp=new pracownikilsta;
  4. temp=pracowniklista->next;
  5. temp->next=head;
  6. }
  7. int stan;
  8. void WyswietlPracownikow(int stan)
  9. {pracowniklista *temp2;
  10. while(temp!=NULL)
  11. {head=temp->next;
  12. temp->staz>stan;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement