I can able to get the last line ten chars but i cant get if the last line is null.
here is my code
Code:
#include <cstdlib> #include <iostream> #include <fstream> #include <sstream> #include <string> using namespace std; int main(int argc, char *argv[]) { ifstream SVfile("D:\\bys\\LOG.txt"); string
Leave a comment: