Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. getline(plikZrodlo,grupa);
  2.     getline(plikZrodlo,ocena);
  3.     uczen.grupa=atoi(grupa);
  4.     uczen.ocena=atoi(ocena);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement