Advertising
advertising
related pastes to tag 'tail'
- 717180 - tail.cpp: c tail
-
- #include <fstream>
- #include <vector>
- #include <string>
- #define BUF_SIZE 512
- /* Save the last 'n_lines' lines of 'filename' into vector 'dest'.
- * ignore_last_line is useful for \n-terminated files.
- 706450 - tail.cpp: c tail
-
- #include <fstream>
- #include <vector>
- #include <string>
- #define BUF_SIZE 512
- /* Save the last 'n_lines' lines of 'filename' into vector 'dest'.
- * ignore_last_line is useful for \n-terminated files.