oct function — Manipulator for octal integers
ios_base& oct(ios_base& stream)
The oct
function is a
manipulator that sets the conversion radix to base 8. The function
calls stream.setf(ios_base::oct
,
ios_base::basefield)
and returns
stream
.
dec function, hex function, ios_base::fmtflags type, noshowbase function, showbase function, num_get
in <locale>
, num_put
in <locale>