Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.c > #385336
| From | Keith Thompson <Keith.S.Thompson+u@gmail.com> |
|---|---|
| Newsgroups | comp.lang.c |
| Subject | Re: Threads across programming languages |
| Date | 2024-05-30 14:21 -0700 |
| Organization | None to speak of |
| Message-ID | <87ttif0zda.fsf@nosuchdomain.example.com> (permalink) |
| References | (16 earlier) <86zfsnqhn6.fsf@linuxsc.com> <87fruely54.fsf@nosuchdomain.example.com> <86v834v804.fsf@linuxsc.com> <871q5s3y2k.fsf@nosuchdomain.example.com> <v3a9eg$1osnv$2@dont-email.me> |
Malcolm McLean <malcolm.arthur.mclean@gmail.com> writes:
> On 24/05/2024 00:31, Keith Thompson wrote:
>> Obviously, and I can't figure out why you feel the need to make that
>> point. Of course the phrase "pointer object" doesn't mean "pointer
>> value". I didn't suggest that it could, or that anyone might think it
>> could.
>>
> A "pointer object" would be the physical bits which hold the
> pointer. A "pointer value" would be the address which these bits
> represent. You very rarely need to make this distinction because it's
> usually quite obvious from context, or it doesn't matter. So usually
> the term "pointer" will do. But just occasionally yu might need to be
> clear which one you are referring to.
An "object" is by definition a "region of data storage in the execution
environment, the contents of which can represent values".
A "value" is by definition the "precise meaning of the contents of an
object when interpreted as having a specific type". (IMHO this is a
slightly flawed definition; it doesn't cover the value that results from
evaluating an expression. But the definition of "expression" does say
that it specifies computation of a value.)
I'm not sure what you intended to add to the discussion.
--
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
void Void(void) { Void(); } /* The recursive call of the void */
Guilty, Guilty, Guilty!
Back to comp.lang.c | Previous | Next — Previous in thread | Find similar
Re: Threads across programming languages Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-05-23 08:54 -0700
Re: Threads across programming languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-05-23 16:31 -0700
Re: Threads across programming languages Malcolm McLean <malcolm.arthur.mclean@gmail.com> - 2024-05-30 17:27 +0100
Re: Threads across programming languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-05-30 14:21 -0700
csiph-web