C++中將數字轉換成string類型

#include <iostream> #include <vector> #include <string> using namespace std; ios int main()spa { int i = 54; string str; str = to_string(i);//將int轉換成string cout << str << endl; printf("str = %s\n", st
相關文章
相關標籤/搜索