K
kathy
I try to read a text file with format:
11 1.11111
22 2.22222
33 3.33333
....
I try to use fscanf() to read the data back. What is the better way?
11 1.11111
22 2.22222
33 3.33333
....
I try to use fscanf() to read the data back. What is the better way?