c read float from file and sort

Posted by Franky on Stack Overflow See other posts from Stack Overflow or by Franky
Published on 2010-05-03T11:59:41Z Indexed on 2010/05/03 12:08 UTC
Read the original article Hit count: 218

Filed under:
|
|
|

Hi all I have a problem with a C application; i have on a .txt file some float numbers and I have to read them and sort in descending way. When i do the fscanf command and then the printf, i get on the screen strange numbers (memory location I suppose). How can i solve the problem? Thanks in advance

© Stack Overflow or respective owner

Related posts about c

    Related posts about sorting