Re: Struct assignment



Serve Lau said:

<snip>

Its easy to see where the confusion comes from. There are situations
where pointers degenerate into pointers ,

Pointers always degenerate into pointers.

--
Richard Heathfield <http://www.cpax.org.uk>
Email: -www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
.



Relevant Pages

  • Re: Struct assignment
    ... are situations where pointers degenerate into pointers, ... arrays never actually do that. ... There is change from an aggregate type to a non-aggregate type. ...
    (comp.lang.c)
  • Re: Struct assignment
    ... where pointers degenerate into pointers, ... Knowing what Serve Lau must have intended I read it as "where arrays ... arrays never actually do that. ...
    (comp.lang.c)
  • Re: Struct assignment
    ... There are situations where pointers degenerate into pointers, the OP probably had that in mind ... In my opinion it is only easy to confuse arrays and pointers if it is badly taught. ...
    (comp.lang.c)
  • Re: Struct assignment
    ... where pointers degenerate into pointers, ... Knowing what Serve Lau must have intended I read it as "where arrays degenerate...". ...
    (comp.lang.c)
  • Re: Shuffling a linked list
    ... Richard Heathfield wrote: ... Point one of your pointers, P1, to the first unprocessed item in the list, ... item I. (There are 32 - I unprocessed items.) Pick a random number in the ... swapping elements isn't evenly random (sorry don't have ...
    (comp.programming)