Sujet : Re: question about nullptr
De : chris.m.thomasson.1 (at) *nospam* gmail.com (Chris M. Thomasson)
Groupes : comp.lang.cDate : 09. Jul 2024, 06:08:56
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v6igl9$18sp0$3@dont-email.me>
References : 1 2 3 4 5 6 7
User-Agent : Mozilla Thunderbird
On 7/7/2024 1:01 AM, Lawrence D'Oliveiro wrote:
On Sat, 6 Jul 2024 13:28:21 -0700, Chris M. Thomasson wrote:
void* a = 0;
void* b = NULL;
>
a == b, right?
According to the C spec, yes.
Indeed. :^)