c++ int轉string類型

std::string int2string(int input){c++

std::ostringstream ss;get

 

//clear string input

//ss.str("");string

//ss.clear();io

 

ss<<input;stream

return ss.str();stackoverflow

}co

c++ - How to clear ostringstream - Stack Overflowreturn

Easiest way to convert int to string in C++ - Stack Overflowps

相關文章
相關標籤/搜索