Hi guys,
I just wanted to convert the input string to float and my result get back to string format.my result is in float, long double formats).
In my stdlib.h file, atof fuynction is there, but it's occupying huge memory when i call that function and for float to string there no function at all in that lib file.
So, can any one help to implement those two converion functions..?
Thanks in advance..
I just wanted to convert the input string to float and my result get back to string format.my result is in float, long double formats).
In my stdlib.h file, atof fuynction is there, but it's occupying huge memory when i call that function and for float to string there no function at all in that lib file.
So, can any one help to implement those two converion functions..?
Thanks in advance..
Comment