• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
一蓑烟雨
C/C++,Linux,语音技术
博客园    首页    新随笔    联系   管理    订阅  订阅
顺序容器 (2)string类型操作
 1 #include "stdafx.h"
 2 #include <string>
 3 #include <iostream>
 4 using namespace std;
 5 
 6 int _tmain(int argc, _TCHAR* argv[])
 7 {
 8     string file_path = "d:/karen/love/you";
 9     int pathsize = file_path.size();//元素个数
10     string full_path;
11     if(file_path.find_last_of("/")!=file_path.size()-1)
12         full_path  = file_path.append("/");//串接尾部
13     cout<<"full_path:"<<full_path<<endl;
14     cout<<"pathsize:"<<pathsize<<endl;
15     return 0;
16 }
posted on 2012-04-26 17:07  lovemu  阅读(225)  评论(0)    收藏  举报
刷新页面返回顶部
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3