I have file filled with rows of data:
each row contains:
'char' space 'double'. e.g:
a 17.322\n
c 9.45\n
I want to 'eat' the \n and the char, and read only the double number. what is the best way to do it.
thanks, and sorry if I have English mistakes