Tem como transformar de float pra string? ... em C++ float val = 3.456; std::stringstream ss ; ss << val; std::string s = ss.str();.
確定! 回上一頁