Sujet : Re: New VSI post on Youtube
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 15. Aug 2024, 00:58:30
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v9jgb5$ksah$1@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Mozilla Thunderbird
On 8/14/2024 7:47 PM, Lawrence D'Oliveiro wrote:
On Wed, 14 Aug 2024 14:33:27 -0400, Arne Vajhøj wrote:
And it has different size of long and pointers.
If you wanted an integer type that is compatible with pointers, that was
always intptr_t and uintptr_t, surely
I am not being particular clear.
I am not saying that:
default sizeof long C++ x64 <> default sizeof pointer C++ x64
I am saying that:
default sizeof long C++ x64 <> default sizeof long C++ Itanium & Alpha
default sizeof pointer C++ x64 <> default sizeof pointer C++ Itanium & Alpha
and later:
default sizeof long C++ x64 <> default sizeof long C x64
default sizeof pointer C++ x64 <> default sizeof pointer C x64
Arne