... std::to_string() or std::to_wstring() as shown in the following code snippet: auto si = std::to_string(42); // si="42" auto sl = std::to_string(42l); ...
確定! 回上一頁