资源描述:
《C Primer 4th Edition》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、C++Primer,FourthEditionByStanley B. Lippman,Josée Lajoie,Barbara E. Moo...............................................Publisher:AddisonWesleyProfessionalPubDate:February14,2005PrintISBN:0-201-72148-1Pages:912TableofContents
2、 IndexThispopulartutorialintrodu
3、ctiontostandardC++hasbeencompletelyupdated,reorganized,andrewrittentohelpprogrammerslearnthelanguagefasteranduseitinamoremodern,effectiveway.JustasC++hasevolvedsincethelastedition,sohastheauthors'approachtoteachingit.TheynowintroducetheC++standardlibraryfro
4、mthebeginning,givingreadersthemeanstowriteusefulprogramswithoutfirsthavingtomastereverylanguagedetail.Highlightingtoday'sbestpractices,theyshowhowtowriteprogramsthataresafe,canbebuiltquickly,andyetofferoutstandingperformance.Examplesthattakeadvantageoftheli
5、brary,andexplainthefeaturesofC++,alsoshowhowtomakethebestuseofthelanguage.Asinitspreviouseditions,thebook'sauthoritativediscussionoffundamentalC++conceptsandtechniquesmakesitavaluableresourceevenformoreexperiencedprogrammers.ProgramFasterandMoreEffectivelyw
6、ithThisRewrittenClassicRestructuredforquickerlearning,usingtheC++standardlibraryUpdatedtoteachthemostcurrentprogrammingstylesandprogramdesigntechniquesFilledwithnewlearningaidsthatemphasizeimportantpoints,warnaboutcommonpitfalls,suggestgoodprogrammingpracti
7、ces,andprovidegeneralusagetipsCompletewithexercisesthatreinforceskillslearnedAuthoritativeandcomprehensiveinitscoverageThesourcecodeforthebook'sextendedexamplesisavailableontheWebattheaddressbelow.C++Primer,FourthEditionByStanley B. Lippman,Josée Lajoie,Bar
8、bara E. Moo...............................................Publisher:AddisonWesleyProfessionalPubDate:February14,2005PrintISBN:0-201-72148-1Pages:912TableofContents
9、 IndexCopyrightPrefaceChangestotheFourthEditionStructureofThisBookAcknowledgmentsChapter1. G
10、ettingStartedSection1.1. WritingaSimpleC++ProgramSection1.2. AFirstLookatInput/OutputSection1.3. AWordAboutCommentsSection1.4. ControlStructuresSection1.5. IntroducingClassesSection1.6. TheC++ProgramCh