Deutsch   English   Français   Italiano  
<v6l2o7$1p1a5$2@dont-email.me>

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

Path: ...!2.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.lang.c
Subject: Re: technology discussion =?UTF-8?B?4oaS?= does the world need a
 "new" C ?
Date: Wed, 10 Jul 2024 04:29:59 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 17
Message-ID: <v6l2o7$1p1a5$2@dont-email.me>
References: <v66eci$2qeee$1@dont-email.me> <v67gt1$2vq6a$2@dont-email.me>
	<v687h2$36i6p$1@dont-email.me> <871q48w98e.fsf@nosuchdomain.example.com>
	<v68dsm$37sg2$1@dont-email.me> <87wmlzvfqp.fsf@nosuchdomain.example.com>
	<v6ard1$3ngh6$4@dont-email.me> <v6b0jv$3nnt6$1@dont-email.me>
	<87h6d2uox5.fsf@nosuchdomain.example.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 10 Jul 2024 06:30:00 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="83faea724cb5b4bced74d3ca3430f18f";
	logging-data="1869125"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/ksCjSMm5chcin1e8wL6NN"
User-Agent: Pan/0.158 (Avdiivka; )
Cancel-Lock: sha1:D3u+sxehSxxkvQQlLbeiLOrczwE=
Bytes: 1872

On Sat, 06 Jul 2024 15:38:14 -0700, Keith Thompson wrote:

> BGB <cr88192@gmail.com> writes:
>
>> ... in the 1D case, an array can be seen as functionally an
>> implicitly defined pointer ...
> 
> No, there is no implicitly defined pointer.
>
> ...
> 
> If you evaluate the expression `array_object` in most contexts, it's
> implicitly converted to a pointer *value*, pointing to the 0th element
> of the array object.  There is still no implicit pointer object.

The OP said “pointer”, not “pointer object” or “pointer value”. Not sure 
what hair you are trying to split here.