欢迎来到天天文库
浏览记录
ID:34025691
大小:8.39 MB
页数:847页
时间:2019-03-02
《Absolute C++ 4th》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、01_CH01.fmPage1Wednesday,August20,20032:21PM1C++Basics1.1INTRODUCTIONTOC++2OriginsoftheC++Language2C++andObject-OrientedProgramming3TheCharacterofC++3C++Terminology4ASampleC++Program41.2VARIABLES,EXPRESSIONS,ANDASSIGNMENTSTATEMENTS6Identifiers6Variables8Assig
2、nmentStatements10Pitfall:UninitializedVariables12Tip:UseMeaningfulNames13MoreAssignmentStatements13AssignmentCompatibility14Literals15EscapeSequences17NamingConstants17ArithmeticOperatorsandExpressions19IntegerandFloating-PointDivision21Pitfall:DivisionwithWh
3、oleNumbers22TypeCasting23IncrementandDecrementOperators25Pitfall:OrderofEvaluation271.3CONSOLEINPUT/OUTPUT28OutputUsingcout28NewLinesinOutput29Tip:EndEachProgramwithorendl30FormattingforNumberswithaDecimalPoint30Outputwithcerr32InputUsingcin32Tip:LineBreaks
4、inI/O341.4PROGRAMSTYLE35Comments351.5LIBRARIESANDNAMESPACES36LibrariesandincludeDirectives36Namespaces37Pitfall:ProblemswithLibraryNames38CHAPTERSUMMARY38ANSWERSTOSELF-TESTEXERCISES39PROGRAMMINGPROJECTS4101_CH01.fmPage2Wednesday,August20,20032:21PM1C++BasicsT
5、heAnalyticalEnginehasnopretensionswhatevertooriginateanything.Itcandowhateverweknowhowtoorderittoperform.Itcanfollowanalysis;butithasnopowerofanticipatinganyanalyticalrelationsortruths.Itsprovinceistoassistusinmakingavailablewhatwearealreadyacquaintedwith.Ada
6、Augusta,CountessofLovelaceINTRODUCTIONThischapterintroducestheC++languageandgivesenoughdetailtoallowyoutohandlesimpleprogramsinvolvingexpression,assignments,andcon-soleinput/output(I/O).Thedetailsofassignmentandexpressionsaresimi-lartothoseofmostotherhigh-lev
7、ellanguages.EverylanguagehasitsownconsoleI/Osyntax,soifyouarenotfamiliarwithC++,thatmaylooknewanddifferenttoyou.1.1IntroductiontoC++Languageistheonlyinstrumentofscience.SamuelJohnsonThissectiongivesanoverviewoftheC++programminglanguage.■ORIGINSOFTHEC++LANGUAG
8、ETheC++programminglanguagescanbethoughtofastheCprogramminglanguagewithclasses(andothermodernfeaturesadded).TheCprogram-minglanguagewasdevelopedbyDennisRitchieofAT&TBellLaboratoriesinthe19
此文档下载收益归作者所有