Sujet : Re: Computer architects leaving Intel...
De : mitchalsup (at) *nospam* aol.com (MitchAlsup1)
Groupes : comp.archDate : 05. Sep 2024, 01:56:22
Autres entêtes
Organisation : Rocksolid Light
Message-ID : <a2d65085c90f4d93f3d70df3121adc59@www.novabbs.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Rocksolid Light
On Thu, 5 Sep 2024 0:41:36 +0000, BGB wrote:
On 9/4/2024 3:59 PM, Scott Lurndal wrote:
>
Say:
long z;
int x, y;
...
z=x*y;
Would auto-promote to long before the multiply.
\I may have to use this as an example of C allowing the programmer
to shoot himself in the foot; promotion or no promotion.