TheC++StandardLibraryATutorialandReference(2ndEdition)+cppstdlib-code.zipC++标准库(第二版)英文版.pdf非扫描版+源代码PrefacetotheSecondEditionxxiiiAcknowledgmentsfortheSecondEditionxxivPrefacetotheFirstEditionxxvAcknowledgmentsfortheFirstEditionxxvi1AboutThisBook11.1WhyThisBook....................................11.2BeforeReadingThisBook..............................21.3StyleandStructureoftheBook...........................21.4HowtoReadThisBook...............................41.5StateoftheArt....................................51.6ExampleCodeandAdditionalInformation.....................51.7Feedback.......................................52IntroductiontoC++andtheStandardLibrary72.1HistoryoftheC++Standards............................72.1.1CommonQuestionsabouttheC++11Standard..............82.1.2CompatibilitybetweenC++98andC++11.................92.2ComplexityandBig-ONotation...........................103NewLanguageFeatures133.1NewC++11LanguageFeatures...........................133.1.1ImportantMinorSyntaxCleanups.....................133.1.2AutomaticTypeDeductionwithauto...................143.1.3UniformInitializationandInitializerLists.................153.1.4Range-BasedforLoops..........................173.1.5MoveSemanticsandRvalueReferences..................19viiiContents3.1.6NewStringLiterals.............................233.1.7Keywordnoexcept........................
1