How do I convert from float to string? float val = 2.5; std::string my_val = val; // error here.
確定! 回上一頁