home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03132.TXT < prev    next >
Encoding:
Text File  |  1993-11-05  |  388 b   |  8 lines

  1. A sequence of digits that does not begin with zero is an integer
  2. constant that represents a decimal value.  If the first digit is
  3. zero followed by "x", it is a hexadecimal value.  If the first
  4. digit is zero and it is not followed by "x", it is an octal value.
  5.  
  6. Note that the sequence of digits in an integer constant can include
  7. the letter "x" and the sign characters "+" and "-".
  8.