Changes between Version 15 and Version 16 of C
- Timestamp:
- 05/03/12 17:46:09 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C
v15 v16 38 38 * Sized int and uint types all have the same naming form 39 39 * 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 41 42 * Type of numeric literals can be dictated using suffixes 42 43