Displaying 1 result from an estimated 1 matches for "a635b64b".
2016 Apr 14
2
Little explanation of this behaviour
Thanks, so what’s the point of these rules? Do they grant something like safety or faster execution?
> C and C++ have what's called "integer promotion rules", which apply to
> most expressions involving types smaller than int and insert an
> implicit promotion to int before anything else happens (in this case
> another implicit conversion to double).
>
>> Can