Changes between Version 14 and Version 15 of C
- Timestamp:
- 05/03/12 07:13:17 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C
v14 v15 35 35 36 36 * String type accessed as '''String''' 37 * Numeric types specified as int, uint, float and double types (rather than Int, UInt, Float, Double)37 * Numeric types specified as int, uint, float/float64, float32 and decimal 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