Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for (int i = 0; i < pocetradku; ++i){
- getline (file1, string2);
- stringstream.str("");
- stringstream.clear();
- stringstream.seekt(0);
- stringstream << string2;
- stringstream.seekg(0);
- stringstream >> string1;
- stringstream >> znamka;
- pole[polozek] = new zaznam;
- pole[polozek]->jmeno = string1;
- pole[polozek]->testA = znamka;
- polozek++;
- }
Advertisement
Add Comment
Please, Sign In to add comment