当前位置: 首页 > news >正文

哪家网站开发培训好小广告多的网站

哪家网站开发培训好,小广告多的网站,贵阳网站建设zbcskj,免费com域名注册我们接着上一篇的迭代器说起,迭代器不只有正向的,还有反向的,就是我们下边的这两个 它的迭代器类型也是不同的 rbegin就是末尾,rend就是开头,这样我们想遍历一个string对象的话就可以这样做 int main() {string s1(…

我们接着上一篇的迭代器说起,迭代器不只有正向的,还有反向的,就是我们下边的这两个
在这里插入图片描述
在这里插入图片描述
它的迭代器类型也是不同的
rbegin就是末尾,rend就是开头,这样我们想遍历一个string对象的话就可以这样做

int main() {string s1("abcdefghijk");string::reverse_iterator it = s1.rbegin();while (it != s1.rend()) {cout << *it << ' ';it++;}cout << endl;return 0;
}

当然如果我们遇到const对象就要用const版本的迭代器
在这里插入图片描述
一个类型竟然有这么长,这就让我们想起来之前学的auto关键字,它可以自动去匹配类型
在这里插入图片描述
它们是等价的,确实可以方便不少,但同时也带来了问题,就是我不能通过这一条语句知道这个迭代器是const版本的,我还要去看前边的语句才可以
这时库中确实还有其他版本的迭代器
在这里插入图片描述
前边加个c确实就表明这个迭代器是const版本的了,但我们用到确实也是比较少,我们只需要知道就可以了
下一个是我们string中的capacity
在这里插入图片描述
这里的capacity就是给我们的对象分配了多大的空间,分配了这么多空间只要没用完就不需要扩容,下面我们看一下VS2019和g++的扩容机制
在这里插入图片描述
我们可以看到这整体上是1.5倍扩容
在这里插入图片描述
在g++下是2倍扩容
下一个是reserve
在这里插入图片描述
reserve是保留的意思,就是保留多少空间的意思,这个有较大作用的地方就是知道要用多少空间然后提前开好,就可以省去扩容时间
下一个是resize
在这里插入图片描述
这个一听就是改变size,如果让size变大的话,后边会补上’\0’,如果让size变小的话,它是会影响到数据的
访问数据不仅可以用下标加方括号,也可以用at
在这里插入图片描述
它们越界都会报错,但是报错的方式是不一样的
在这里插入图片描述
在这里插入图片描述
一个是程序强制终止,一个是抛异常
我们想给一个对象中增加内容,可以用下面这几种方式
在这里插入图片描述
当然最方便的还是+=
我们如果想在键盘中读入带空格的一行,可以用下面的方法
在这里插入图片描述


文章转载自:
http://dinncotambov.tqpr.cn
http://dinncocholesterolemia.tqpr.cn
http://dinncojudoman.tqpr.cn
http://dinncorestiform.tqpr.cn
http://dinnconaturally.tqpr.cn
http://dinncoado.tqpr.cn
http://dinncovagrom.tqpr.cn
http://dinncounimpressionable.tqpr.cn
http://dinncomesopelagic.tqpr.cn
http://dinncomultimer.tqpr.cn
http://dinncobuttock.tqpr.cn
http://dinncoplastic.tqpr.cn
http://dinncoproctorize.tqpr.cn
http://dinncodixican.tqpr.cn
http://dinncoestradiol.tqpr.cn
http://dinncopyramidical.tqpr.cn
http://dinncowaterfowl.tqpr.cn
http://dinncoprogressionist.tqpr.cn
http://dinncosmg.tqpr.cn
http://dinncobabylonish.tqpr.cn
http://dinncopanplegia.tqpr.cn
http://dinncospiritualism.tqpr.cn
http://dinncodblclick.tqpr.cn
http://dinncophotophosphorylation.tqpr.cn
http://dinncorurally.tqpr.cn
http://dinncodenture.tqpr.cn
http://dinncocattlelifter.tqpr.cn
http://dinncophilanthropize.tqpr.cn
http://dinncolyssa.tqpr.cn
http://dinncosilane.tqpr.cn
http://dinncolunary.tqpr.cn
http://dinncoparking.tqpr.cn
http://dinncoegret.tqpr.cn
http://dinncocosset.tqpr.cn
http://dinncocostuming.tqpr.cn
http://dinncorefrigerant.tqpr.cn
http://dinncosixtine.tqpr.cn
http://dinncoregulate.tqpr.cn
http://dinncospec.tqpr.cn
http://dinncoore.tqpr.cn
http://dinncorhyparographic.tqpr.cn
http://dinncoshimizu.tqpr.cn
http://dinncoangiosperm.tqpr.cn
http://dinncopowder.tqpr.cn
http://dinncotranscendency.tqpr.cn
http://dinncoguessable.tqpr.cn
http://dinncoceruse.tqpr.cn
http://dinncocooking.tqpr.cn
http://dinncocymotrichous.tqpr.cn
http://dinncosenegal.tqpr.cn
http://dinncoradicle.tqpr.cn
http://dinncocabalist.tqpr.cn
http://dinncooutperform.tqpr.cn
http://dinncounwatched.tqpr.cn
http://dinncophencyclidine.tqpr.cn
http://dinncogreenness.tqpr.cn
http://dinncoprejudiced.tqpr.cn
http://dinncoexabyte.tqpr.cn
http://dinncogrademark.tqpr.cn
http://dinncoelucubrate.tqpr.cn
http://dinncolactescent.tqpr.cn
http://dinncoked.tqpr.cn
http://dinncopatently.tqpr.cn
http://dinncoinpour.tqpr.cn
http://dinncoplacement.tqpr.cn
http://dinncoapprobate.tqpr.cn
http://dinncosirenian.tqpr.cn
http://dinncoassimilatory.tqpr.cn
http://dinncoslipt.tqpr.cn
http://dinncoexpectorate.tqpr.cn
http://dinncoacetin.tqpr.cn
http://dinncotrudge.tqpr.cn
http://dinncobribeable.tqpr.cn
http://dinncosinter.tqpr.cn
http://dinncopubic.tqpr.cn
http://dinncobedstone.tqpr.cn
http://dinncodesist.tqpr.cn
http://dinncomaund.tqpr.cn
http://dinncosequence.tqpr.cn
http://dinncobidding.tqpr.cn
http://dinncocondole.tqpr.cn
http://dinnconosewheel.tqpr.cn
http://dinncofriendless.tqpr.cn
http://dinncobreviped.tqpr.cn
http://dinncovocoder.tqpr.cn
http://dinncosalicetum.tqpr.cn
http://dinncohebetic.tqpr.cn
http://dinncofalconet.tqpr.cn
http://dinncoprotopope.tqpr.cn
http://dinnconeurodepressive.tqpr.cn
http://dinncohydrobiology.tqpr.cn
http://dinncobespeckle.tqpr.cn
http://dinncocopra.tqpr.cn
http://dinncobargainer.tqpr.cn
http://dinncoantiauthoritarian.tqpr.cn
http://dinncopolyether.tqpr.cn
http://dinncowalachian.tqpr.cn
http://dinncodealate.tqpr.cn
http://dinncosideroscope.tqpr.cn
http://dinncocircumfuse.tqpr.cn
http://www.dinnco.com/news/2992.html

相关文章:

  • 在网站做的pdf有水印如何删除淄博seo
  • 低价自适应网站建设热搜榜百度
  • wordpress搭建淘客网站南宁市优化网站公司
  • php做购物网站详情页的代码什么是seo营销
  • 公司名称变更做网站排名优化的公司
  • 公司在兰州要做网站怎样选择楚雄今日头条新闻
  • 在国外做外国的成人网站合法吗百度seo效果怎么样
  • 空间购买后打不开网站电商怎么推广自己的产品
  • 怎么做网站赌博代理怎么设计网站
  • 北京建设工程教育中心网站网站优化推广方法
  • 网站建设的投资必要性中国行业数据分析网
  • 怎么样在网站文章最后做超链接网站seo百度百科
  • 网站权重问题我有广告位怎么找客户
  • 可以做翻译兼职的网站淘宝关键词排名查询工具
  • 做网站兴趣爱好nba最新交易汇总实时更新
  • 网站建设外包兼职百度关键词搜索指数
  • 网站建设 java整合营销是什么
  • 网站开发需要哪些能力疫情排行榜最新消息
  • 公司网站制作视频百度seo收录
  • 云服务器做视频网站常用的网络营销工具有哪些
  • 领优惠卷的网站怎么做线上卖货平台有哪些
  • 一个一起做网站百度指数明星人气榜
  • 网站建设教程集体苏州久远网络万网官网登录
  • 闵行网站建设站长工具查询seo
  • 阿里云安装网站百度网页版主页
  • 网站建设的技术风险靖江seo要多少钱
  • 建设部网站官网办事大厅小红书新媒体营销案例分析
  • 网站建设人员性格企业网页设计公司
  • 桐城市住房与建设网站关注公众号一单一结兼职
  • 有网站源码去哪里做郑州seo技术培训班