Hello,

   I looked at FS#121. And it seems there are several ways of achieving this 
task.
We can use the function atof() like this:

float f = atof(str_float);

We can also use the functions sscanf() and sprintf and snprintf.

I guess that there is a better way of converting a float into a string and a 
string into a float.
Without using these functions.

Can you give me some hints in order to accomplish the convertions.


Thanks.




----
Franck Lesage

 

Reply via email to