• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
一蓑烟雨
C/C++,Linux,语音技术
博客园    首页    新随笔    联系   管理    订阅  订阅
2012年4月24日
顺序容器 (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);//截取 阅读全文
posted @ 2012-04-24 21:40 lovemu 阅读(246) 评论(0) 推荐(0)
标准IO库
摘要: ifstream由istream派生而来,从文件中读取;ofstream由ostream派生而来,写到文件中去;fstream由iostream派生而来,读写文件;IO 1 #include "stdafx.h" 2 #include <fstream> 3 #include <iostream> 4 #include <string> 5 using namespace std; 6 int _tmain(int argc, _TCHAR* argv[]) 7 { 8 ifstream infile; 9 ofstream outfil 阅读全文
posted @ 2012-04-24 21:13 lovemu 阅读(248) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3