标签:
int testi=9; string tests=std::to_string(testi);
如果不能运行,修改 makefile CXX=g++ -std = c++11
c++ 如何将int 转换为string
原文地址:http://www.cnblogs.com/jiwen/p/4448442.html