home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH12 / A12111.TXT < prev    next >
Encoding:
Text File  |  1993-09-14  |  316 b   |  6 lines

  1. If an integral type is converted to a signed integral type, the
  2. value is unchanged if it can be represented in the signed type.
  3. If not, the value depends on the implementation.  For example, a
  4. very large unsigned integral value may end up having a negative
  5. sign after it is converted to a signed integral type.
  6.