home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11225.TXT < prev    next >
Encoding:
Text File  |  1993-09-27  |  422 b   |  8 lines

  1. The conversion base specifies if integers should be interpreted as
  2. decimal, hexadecimal, or octal values.  The conversion base also
  3. determines which characters are treated as digits.  If the
  4. conversion base is hexadecimal, the characters "a" through "f"
  5. (both upper- and lowercase) are also considered to be digits.  If
  6. the conversion base is octal, only the characters "0" through "7"
  7. are considered to be digits.
  8.