1. 首页
  2. 编程语言
  3. C++ 
  4. Presentation Materials: Overview of the New C++ (C++0x)

Presentation Materials: Overview of the New C++ (C++0x)

上传者: 2020-05-24 09:36:15上传 PDF文件 2.23MB 热度 23次
EffectiveC++作者新作 PresentationMaterials:OverviewoftheNewC++(C++11) byScottMeyers ThisPDFdocumentcontainsthepresentationmaterialsfromScottMeyers'three-daytrainingcourseonC++11,thelatestversionofC++.Thisintensivelytechnicalseminarintroducesthemostimportantnewf
下载地址
用户评论
码姐姐匿名网友 2020-05-24 09:36:15

很好的资源 c+11的overview

码姐姐匿名网友 2020-05-24 09:36:15

这本书貌似就是作者在一个会议上的PPT改成的

码姐姐匿名网友 2020-05-24 09:36:15

Meryers的C++11 Overview, 作者官网说2012年的版本已经修订5次。这个2011年的版本不知道是第几次修订的。 建议搞这行的看看,新代码尽量用C++11风格开发吧。 简单举例,一个auto就省略了大量typedef的复杂类型名。