Deutsch   English   Français   Italiano  
<v6lsi0$1t7dm$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Thiago Adams <thiago.adams@gmail.com>
Newsgroups: comp.lang.c
Subject: Re: question about nullptr
Date: Wed, 10 Jul 2024 08:50:24 -0300
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <v6lsi0$1t7dm$1@dont-email.me>
References: <v6bavg$3pu5i$1@dont-email.me> <20240706054641.175@kylheku.com>
 <v6bfi1$3qn4u$1@dont-email.me> <l9ciO.7$cr5e.2@fx05.iad>
 <877cdyuq0f.fsf@bsb.me.uk> <2ckiO.19403$7Ej.4487@fx46.iad>
 <87plrpt4du.fsf@bsb.me.uk> <9bCiO.7108$sXW9.3805@fx41.iad>
 <877cdwu9s1.fsf@nosuchdomain.example.com> <20240708222804.00001654@yahoo.com>
 <v6hotk$11nib$2@dont-email.me> <20240709104848.00005732@yahoo.com>
 <86cynmajh9.fsf@linuxsc.com> <v6j9ce$1bvoj$1@dont-email.me>
 <20240709152019.544@kylheku.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 10 Jul 2024 13:50:25 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="4bc8f9fdbdf5d2cbf448e07f7b72ce8f";
	logging-data="2006454"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/BoxuljGXb4DBgtShEQus0fBQuBpkmiyc="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:oUbxE/T8/6Lm2C+DDOnOc816mRA=
In-Reply-To: <20240709152019.544@kylheku.com>
Content-Language: en-US
Bytes: 1889

On 09/07/2024 19:25, Kaz Kylheku wrote:
> On 2024-07-09, Thiago Adams <thiago.adams@gmail.com> wrote:
>> On 09/07/2024 08:32, Tim Rentsch wrote:
>>> Any use of '\0' almost always strikes me as an affectation.  It's
>>> like people want to somehow pretend that it's not the same as
>>> just 0.
>>
>> I like to pretend
>>
>> '\0'   is not int
> 
> In C++ it isn't.
Yes

Yes there are several differences in C++.