hi,
i'm new to C programming and need a starting point for my problem.
i've got a GIS data file containing a list of points(x and y value on each line, each go to 2 decimal points). i need to read the file and store it in buffer, then find max and min values of x and y.

i don't know what to do!