会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
imreW
博客园
首页
新随笔
联系
订阅
管理
2024年7月27日
字符串/数字 转换
摘要: 一、string类型转换int类型 ... std::string str; int i = std::stoi(str); ... 同样, 可以使用 stol(long), stof(float), stod(double) 等. 二、int类型转换string类型 int a = 520; fl
阅读全文
posted @ 2024-07-27 11:41 ImreW
阅读(4)
评论(0)
推荐(0)
编辑
公告