Reading lines in filehamsterman's method actually works. some variables in my program were throwing it off. Thanks for yo...
Reading lines in file[code] line_counter = 0; while(getline(myfile,line)){ line_counter++; printf("%s...
Reading lines in fileHello, I'm running a program that reads lines from files. The program gets the total length of th...
This user does not accept Private Messages