Hi
I need some help in writing a c++ program that will read a file and delete a specified number of lines e.g. say i have data file with numbers 1 to 100 i.e.
1
2
3....
100
say i want to delete top ten lines and then save the file.
Many thanks,