home *** CD-ROM | disk | FTP | other *** search
/ C by Discovery (4th Edition) / C_By_Discovery_4th_Edition.tar / C_By_Discovery_4th_Edition / CH_12 / 676.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-12  |  813KB  |  2550x3300
Labels: book | counter | reckoner | shelf | sky
OCR: 676 Chapter Discovering C++ compile. try to correct the errors If the program was written cor- in plica ex rectly, should compile without many problems. Execute the pro- the gram to verify that executes correctlv boo Convert the input and output to your program from to use the stream facilities: the object cout and the operator for output and the obiect cin and the operator > > for input Exa 12.2 Some Added Features Synopsi In ++J some features were added for ease of programming The ones that we will discuss in this section are type bool, inl: ine functions default values for param- eters references and operators for memory management Objecti Type bool C++ has added type bool to its fundamental types Type bool takes on only two .ude whi values true and false Type se bool is used for the ty ...