Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'tail'

717180 - tail.cpp: c tail
  1. #include <fstream>
  2. #include <vector>
  3. #include <string>
  4.  
  5. #define BUF_SIZE 512
  6.  
  7. /* Save the last 'n_lines' lines of 'filename' into vector 'dest'.
  8. * ignore_last_line is useful for \n-terminated files.
  9.  
  10.  
706450 - tail.cpp: c tail
  1. #include <fstream>
  2. #include <vector>
  3. #include <string>
  4.  
  5. #define BUF_SIZE 512
  6.  
  7. /* Save the last 'n_lines' lines of 'filename' into vector 'dest'.
  8.  * ignore_last_line is useful for \n-terminated files.
  9.  
fantasy-obligation