码迷,mamicode.com
首页 > 其他好文 > 详细

数字转字符串函数

时间:2020-07-13 23:08:21      阅读:95      评论:0      收藏:0      [点我收藏+]

标签:amp   函数   style   sre   code   字符串函数   字符   div   pre   

1 void i2s(int x,string  &s){//注意是个引用
2     stringsream ss;
3     ss>>x;
4     ss<<s;
5 }

 

数字转字符串函数

标签:amp   函数   style   sre   code   字符串函数   字符   div   pre   

原文地址:https://www.cnblogs.com/zhmlzhml/p/13296459.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!