Im using ifstream to read the content in text file.
But i want to ignore the first 5 line content.
what i do now is using the own function to ignore 1st 5 line content, then save it into new file and reopen the file again.
i think this is very waste time and also memory..any suggestion?
Thank you!