会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
day day up!
首页
新随笔
订阅
管理
2018年5月11日
C++将整型值转换为字符串
摘要: 最简单的方法是使用一个字符串流(stringstream):#include<iostream>#include<string>#include<sstream>using namespace std;string itos(int i) // 将int 转换成string{ stringstrea
阅读全文
posted @ 2018-05-11 12:40 喝姜水涂风油精
阅读(1361)
评论(0)
推荐(0)
编辑