码迷,mamicode.com
首页 > 其他好文 > 详细

STL常用组件1.0

时间:2015-01-19 17:17:53      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:

string

头文件 #include<string>

名称空间 std

std::to_string()

std::stoll(str,*,0)

string::substr(pos,length = npos) //pos start at 0

std::size_t found = string::find_first_not_of(string("abcdefghijklmnopqrstuvwxyz "))





STL常用组件1.0

标签:

原文地址:http://blog.csdn.net/calmreason/article/details/42874007

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!