Presentation Materials: Overview of the New C++ (C++0x)
EffectiveC++作者新作
PresentationMaterials:OverviewoftheNewC++(C++11)
byScottMeyers
ThisPDFdocumentcontainsthepresentationmaterialsfromScottMeyers'three-daytrainingcourseonC++11,thelatestversionofC++.Thisintensivelytechnicalseminarintroducesthemostimportantnewf
下载地址
用户评论
很好的资源 c+11的overview
这本书貌似就是作者在一个会议上的PPT改成的
Meryers的C++11 Overview, 作者官网说2012年的版本已经修订5次。这个2011年的版本不知道是第几次修订的。 建议搞这行的看看,新代码尽量用C++11风格开发吧。 简单举例,一个auto就省略了大量typedef的复杂类型名。