Hi there
I am really new in C programming (about 3 weeks). Before I begin my question I have to excuse because of my bad English.
My question is on reading a file that contains double and integer type numbers.
For reading file I use fgets() that read a line and save it to an array ( I define the string array as: char [100][150]).
But know how I can access to my values in array. In array I have each line of my data as string.
My other codes are based on it.
I have to say that, my file is exported from excel as text file and all data separated by space.
Yours help truly appreciated,
Thanks