- Code: Select all
1void ToolsImpl::FloatToString( float a_Float, char* a_String )1 lines; 3 keywds; 0 nums; 6 ops; 0 strs; 0 coms Syntactic Coloring v0.4 - Dan East
does not always work ie try this number:
12.099
it will become
"12.99"
instead of
"12.099"
