Re: Does *&s1 refer to the first member of structure variable s1
- From: Christopher Benson-Manica <ataru@xxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 5 Jul 2007 14:53:56 +0000 (UTC)
Eric Sosman <Eric.Sosman@xxxxxxx> wrote:
Yes. A pointer to a struct can be converted to a
pointer to the struct's first element (if it is possible
to make such a pointer at all), and vice versa.
Can you cite C&V on this? I know it's there somewhere, but my first
guess (6.7.2.1) proved to be wrong.
--
C. Benson Manica | I *should* know what I'm talking about - if I
cbmanica(at)gmail.com | don't, I need to know. Flames welcome.
.
- Follow-Ups:
- Re: Does *&s1 refer to the first member of structure variable s1
- From: Ralf Damaschke
- Re: Does *&s1 refer to the first member of structure variable s1
- References:
- Does *&s1 refer to the first member of structure variable s1
- From: lovecreatesbea...@xxxxxxxxx
- Re: Does *&s1 refer to the first member of structure variable s1
- From: Eric Sosman
- Does *&s1 refer to the first member of structure variable s1
- Prev by Date: Re: Does *&s1 refer to the first member of structure variable s1
- Next by Date: problem with linklist
- Previous by thread: Re: Does *&s1 refer to the first member of structure variable s1
- Next by thread: Re: Does *&s1 refer to the first member of structure variable s1
- Index(es):
Relevant Pages
|