I have two big text files and i want to compare 6. line of first file to 53. line of second file. The problem is when i compare their lines(6. and 53.), my program compares only first 6. line of the first file to 53.lines of second file. I use two while loop. inner while loop goes to the end but outer while loop only one time. What have i to do?
void main()
{
int i,j,loop,loopTPX,loopCAEN,f,m;;
double timeTPX, timeCAEN,time12;