我想將int 轉string 是否要自己寫函式或有現成的function? 'string' 是std::string 嗎? 那是C++ 嘍. C++ 的標準做法是用std::stringstream: #include
www.programmer-club.com.tw