会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
castor_xu
博客园
首页
新随笔
联系
订阅
管理
2021年2月20日
C++带逗号分隔符的字符串转数字
摘要: /* 将带有逗号分隔符的字符串数字转换为对应数字 对于诸如"1a2b3c",返回0,ok被修改为false ok标识是否转换成功 */ long str2num(const char* str,bool& ok) { long result=0; int t=1; ok=true; const ch
阅读全文
posted @ 2021-02-20 22:54 castor_xu
阅读(1169)
评论(0)
推荐(0)
编辑
公告