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 / 744.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-12  |  633KB  |  2550x3300
Labels: book | crt screen | monitor | reckoner | sky
OCR: 744 Chapter Discovering C++ The values for the parameter flags are formed by using the bitwise orto com- bine set of flags that set individual formatting facilities. These flags are defined in lass ios. Each individual flag will have a in single distinct bit; the rest of the bits will be The bitwise or of several flags will have several bits to and the rest ser These functions will determine which formatting facilities to set or unset by the position of the ones in their parameter Some of the flags that can be combined are listed in the following table Commonly Used ios Flags Flag Meaning ios left Left-align values and pad on the right with the fill character ios::ri ght Right align values and pad on the left with the fill character ios: :dec Format integers as base ios: :oct Format intege ...