Re: pointer to void property



aegis wrote:
>
> Irrwahn Grausewitz wrote:

> > When a pointer
> > to an object is converted to a pointer to a character type, the
> > result points to the lowest addressed byte of the object.

> I wasn't asking about pointer-to-int to pointer-to-double
> nor about pointer-to-sometype to pointer-to-void
> but specifically about
> pointer-to-sometype to pointer-to-void to
> pointer-to-[signed|unsigned]char

Pointer to an object to pointer-to-[signed|unsigned]char,
is defined.

--
pete
.



Relevant Pages

  • Re: "Mastering C Pointers"....
    ... Richard Heathfield wrote: ... > Irrwahn Grausewitz wrote: ... an object that holds a pointer value need not be a variable. ... It appears to me that Ben Pfaff's suggestion is ...
    (comp.lang.c)
  • Re: integer to pinter conversion
    ... While an integer may be converted to a pointer, ... >Is the conversion of integer to pointer and back again (pointer to ... IMO, if you feel the need to convert pointers to ints and vice versa, ... Irrwahn Grausewitz ...
    (comp.lang.c)
  • Re: integer to pinter conversion
    ... Irrwahn Grausewitz wrote: ... Is the conversion of integer to pointer and back again (pointer to ... Prev by Date: ...
    (comp.lang.c)
  • Re: "Mastering C Pointers"....
    ... Irrwahn Grausewitz writes: ... >> A pointer could also be the address of an object. ... "values of pointer type". ... "Large amounts of money tend to quench any scruples I might be having." ...
    (comp.lang.c)
  • Re: "Mastering C Pointers"....
    ... Irrwahn Grausewitz wrote: ... >> A pointer could also be the address of an object. ... C FAQ: http://www.eskimo.com/~scs/C-faq/top.html ... K&R answers, C books, etc: http://users.powernet.co.uk/eton ...
    (comp.lang.c)