会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
jihite
不害怕 不着急 不要脸
博客园
新随笔
联系
订阅
管理
2014年8月7日
c++ 字符串函数用法举例
摘要: 1. substr()2. replace()例子:split()字符串切割: substr函数原型:string substr ( size_t pos = 0, size_t n = npos ) const;解释:抽取字符串中从pos(默认为0)开始,长度为npos的子字串#include #...
阅读全文
posted @ 2014-08-07 00:13 jihite
阅读(971)
评论(0)
推荐(0)
编辑
公告