Sujet : Re: do { quit; } else { }
De : jameskuyper (at) *nospam* alumni.caltech.edu (James Kuyper)
Groupes : comp.lang.cDate : 11. Apr 2025, 21:00:09
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vtbsc9$2ccth$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
User-Agent : Mozilla Thunderbird
On 4/11/25 15:45, Ike Naar wrote:
On 2025-04-11, bart <bc@freeuk.com> wrote:
I haven't remarked on:
>
7 That you need 3/4 tokens to specify a simple u64 type.
>
On the PC in front of me, two tokens are sufficient:
>
unsigned long
,
That type is not guaranteed to be exactly 64 bits long, nor is it
guaranteed to be at least 64 bits long. That it happens to be 64 bits on
a particular implementation isn't especially useful, at least not as far
as portable code is concerned.