Sujet : Re: Top 10 most common hard skills listed on resumes...
De : bc (at) *nospam* freeuk.com (Bart)
Groupes : comp.lang.cDate : 10. Sep 2024, 00:07:48
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vbnv43$2igdn$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
User-Agent : Mozilla Thunderbird
On 08/09/2024 17:44, Bart wrote:
On 08/09/2024 16:39, Ben Bacarisse wrote:
Bart <bc@freeuk.com> writes:
>
In language like C, the LHS of an assignment is one of four categories:
>
A = Y; // name
*X = Y; // pointer
X[i] = Y; // index
X.m = Y; // member select
>
I can think of three others. There may be more.
OK, so what are they?
TM:
>Yes, very good. I count four or five, depending on what
differences count as different.
I guess nobody is going to say what those extra categories are, are they?
It's bad form to call somebody out on something but then refuse to tell them exactly what they've got wrong or have missed out.
3, 4, or maybe 5 mysterious categories of LHS assignment terms that I have never been encountered in a million lines of C code I've processed, but nobody is willing to say what they are?
I sense a wind-up.
I can think of at least one expression form for X that contradicts this
claim.
Example?
Nothing here either.