
please wait
stof(str_name)
(demo: http://coliru.stacked-crooked.com/a/2d045078cf8e3248 )strtof(str_name.c_str(), NULL)
(demo: http://coliru.stacked-crooked.com/a/ce21607912185212 )
a = strtof (str_name.c_tr(), NULL);
but with your example does anything need to be in the parenthesis? |
[..].c_tr()[..]
? If so, no, nothing needs to be in those parenthesis: