资源描述:
《Addison Wesley - The C Standard Library, A ...pdf》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、TheC++StandardLibraryC++StandardLibrary,The:ATutorialandReferenceManyofthedesignationsusedbymanufacturersandsellerstodistinguishtheirproductsareclaimedastrademarks.WherethosedesignationsappearinthisbookandAddisonWesleyLongmanInc.,wasawareofatrademarkclaim
2、,thedesignationshavebeenprintedininitialcapsorallcaps.Theauthorsandpublisherhavetakencareinthepreparationofthisbook,butmakenoexpressedorimpliedwarrantyofanykindandassumenoresponsibilityforerrorsoromissions.Noliabilityisassumedforincidentalorconsequentiald
3、amagesinconnectionwithorarisingoutoftheuseoftheinformationorprogramscontainedherein.Thepublisheroffersdiscountsonthisbookwhenorderedinquantityforspecialsales.Formoreinformation,pleasecontact:AWLDirectSalesAddisonWesleyLongman,IncOneJacobWayReading,Massach
4、usetts01867(781)944-3700VisitAWontheWeb:www.awl.com/cseng/LibraryofCongressCataloging-in-PublicationDataJosuttis,NicolaiM.TheC++standardlibrary:atutorialandreference/NicolaiM.Josuttis.p.cm.Includesbibliographicalreferencesandindex.1.C++(Computerprogramlan
5、guage)I.Title.QA76.73.C153J691999005.13'3--dc2199-24977CIPCopyright©1999byAddisonWesleyLongman,Inc.Allrightsreserved.Nopartofthispublicationmaybereproduced,storedinaretrievalsystem,ortransmitted,inanyform,orbyanymeans,electronic,mechanical,photocopying,re
6、cording,orotherwise,withoutthepriorconsentofthepublisher.PrintedintheUnitedStatesofAmerica.PublishedsimultaneouslyinCanada.123456789-CRW-0302010099Firstprinting,July1999dyne-book2TheC++StandardLibraryTableofContentsPrefaceAcknowledgments1.AboutthisBook1.1
7、WhythisBook1.2WhatYouShouldKnowBeforeReadingthisBook1.3StyleandStructureoftheBook1.4HowtoReadthisBook1.5StateoftheArt1.6ExampleCodeandAdditionalInformation1.7Feedback2.IntroductiontoC++andtheStandardLibrary2.1History2.2NewLanguageFeatures2.3Complexityandt
8、heBig-ONotation3.GeneralConcepts3.1Namespacestd3.2HeaderFiles3.3ErrorandExceptionHandling3.4Allocators4.Utilities4.1Pairs4.1.1ConvenienceFunctionmake_pair()4.1.2ExamplesofPairUsage4.2Classauto_ptr4.3NumericLimits4.4