欢迎来到天天文库
浏览记录
ID:48014661
大小:3.81 MB
页数:371页
时间:2019-07-18
《BeyondtheCStandardLibrary(boost中文版).pdf》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、BeyondtheC++StandardLibrary:AnIntroductiontoBoostBeyondtheC++StandardLibrary:AnIntroductiontoBoostByBjörnKarlsson...............................................Publisher:AddisonWesleyProfessionalPubDate:August31,2005ISBN:0321133544Pages:432TableofContents
2、Index介绍Boost
3、libraries:C++编程的下一个突破Boost带领你远远地超越了C++标准库,它使得C++编程更优雅、更有活力、更高产。首先,我们系统地介绍一下Boost库的主要组成和它们的主要用法。BjörnKarlsson为中级至高级的C++开发者描述了所有58个Boost库的轮廓,并完整叙述了12个可能最有用的库。Karlsson的主题范围从智能指针和类型转换,到容器和数据库结构,解释了如何正确地使用每一个库来改进你的代码。他详细论述了可以让你写出更简明、清晰、易读的代码的高级函数对象。他还带你到Boost的"幕后",看看那些对你创建
4、自己的泛型库有益的工具和技术。本书的内容包括:●智能指针,提供自动的对象生存期管理和简单的资源共享●提供类型转换和词汇转换的统一的、最优的解决方案●使编程更简单、更清晰的工具类●灵活的容器类,解决了C++标准库未覆盖的问题●对正则表达式的强有力的支持:Boost.Regex●可在调用点进行定义的函数对象:Boost.Bind和Boost.Lambda●更灵活的回调机制:Boost.Function●可管理的信号和响应动作(又称为Observer模式):Boost.SignalsBoost库已被证明了是非常有用的,它们中的大多数已准
5、备列入下一个版本的C++标准库。现在就开始,BeyondtheC++StandardLibrary.1BeyondtheC++StandardLibrary:AnIntroductiontoBoost©CopyrightPearsonEducation.Allrightsreserved.2BeyondtheC++StandardLibrary:AnIntroductiontoBoostBeyondtheC++StandardLibrary:AnIntroductiontoBoostByBjörnKarlsson.........
6、......................................Publisher:AddisonWesleyProfessionalPubDate:August31,2005ISBN:0321133544Pages:432TableofContents
7、IndexCopyrightForewordPrefaceAcknowledgmentsAbouttheAuthorOrganizationofThisBookIntroductiontoBoostStringandTextProcessingDataStructur
8、es,Containers,Iterators,andAlgorithmsFunctionObjectsandHigher-OrderProgrammingGenericProgrammingandTemplateMetaprogrammingMathandNumericsInput/OutputMiscellaneousPartI.GeneralLibrariesLibrary1.Smart_ptrHowDoestheSmart_ptrLibraryImproveYourPrograms?WhenDoWeNeedSmartPoi
9、nters?HowDoesSmart_ptrFitwiththeStandardLibrary?scoped_ptrscoped_arrayshared_ptrshared_arrayintrusive_ptrweak_ptrSmart_ptrSummaryLibrary2.ConversionHowDoestheConversionLibraryImproveYourPrograms?polymorphic_cast3BeyondtheC++StandardLibrary:AnIntroductiontoBoostpolymor
10、phic_downcastnumeric_castlexical_castConversionSummaryLibrary3.UtilityHowDoestheUtilityLibraryImproveYourPrograms?BOOST_STAT
此文档下载收益归作者所有