Wiki

Changes between Version 15 and Version 16 of C

Show
Ignore:
Timestamp:
05/03/12 17:46:09 (13 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • C

    v15 v16  
    3838 * Sized int and uint types all have the same naming form 
    3939    * int8, int16, int/int32, int64 instead of  SByte, Int16, Int32/int, Int64 
    40     * uint8, uint16, uint/uint32, uint64  instead of Byte, UInt16,...  
     40    * uint8, uint16, uint/uint32, uint64  instead of Byte, UInt16, ...  
     41    * float32, float/float64 instead of float, double 
    4142 * Type of numeric literals can be dictated using suffixes 
    4243