• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
一蓑烟雨
C/C++,Linux,语音技术
博客园    首页    新随笔    联系   管理    订阅  订阅
顺序容器 (1)string类型操作
 1 #include "stdafx.h"
 2 #include <string>
 3 #include <iostream>
 4 using namespace std;
 5 int _tmain(int argc, _TCHAR* argv[])
 6 {
 7 string s="352225198807081013.10086.777.505";
 8 int pos = s.find_last_of(".");//string查找操作
 9 string s1 = s.substr(pos+1,3);//截取操作
10 cout<<"I can say: "<<s1.c_str()<<endl;
11 
12 return 0;
13 }
posted on 2012-04-24 21:40  lovemu  阅读(246)  评论(0)    收藏  举报
刷新页面返回顶部
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3