Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. while ( ! myfile.eof() )
  2. {
  3. getline (myfile, line);
  4. logs.at(count) = line;
  5. count++;
  6. }
  7. myfile.close();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement