HI all,
I tried to convert the floating value to string, so i used like this
sprintf(buffer, "%f",float_vari anle);
i compiled using gcc compiler it always prints f. If i compile in VC++ it works fine.
if someone faced the same give heart,,,,,,
Thanks all........
I tried to convert the floating value to string, so i used like this
sprintf(buffer, "%f",float_vari anle);
i compiled using gcc compiler it always prints f. If i compile in VC++ it works fine.
if someone faced the same give heart,,,,,,
Thanks all........
Comment