home *** CD-ROM | disk | FTP | other *** search
- If an integral type is converted to a signed integral type, the
- value is unchanged if it can be represented in the signed type.
- If not, the value depends on the implementation. For example, a
- very large unsigned integral value may end up having a negative
- sign after it is converted to a signed integral type.
-