Guest User

Untitled

a guest
Mar 18th, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for (int i = 0; i < pocetradku; ++i){
  2. getline (file1, string2);
  3. stringstream.str("");
  4. stringstream.clear();
  5. stringstream.seekt(0);
  6. stringstream << string2;
  7. stringstream.seekg(0);
  8. stringstream >> string1;
  9. stringstream >> znamka;
  10. pole[polozek] = new zaznam;
  11. pole[polozek]->jmeno = string1;
  12. pole[polozek]->testA = znamka;
  13. polozek++;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment