会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
ParamousGIS
博客园
首页
新随笔
联系
管理
2023年4月14日
C++字符串与数值之间转换
摘要: 1. string 转换为 numberstd::stoi: string 型变量转换为 int 型变量 std::stol: string 型变量转换为 long 型变量 std::stoul:string 型变量转换为 unsigned long 型变量 std::stoll: string 型
阅读全文
posted @ 2023-04-14 15:27 ParamousGIS
阅读(171)
评论(0)
推荐(0)
编辑
公告