Re: pointer to void property
- From: "Old Wolf" <oldwolf@xxxxxxxxxxxxxx>
- Date: 12 Sep 2005 16:04:03 -0700
Irrwahn Grausewitz wrote:
>
> If it's safe to convert a p-to-sometype to p-to-void, AND it's safe
> to convert a p-to-void to p-to-char, THEN it's safe to convert a
> p-to-int to p-to-void to p-to-char.
>
> What a typing mess...
The OP's original question was (rephrased):
Can this p-to-char be used to access the representation of the
"sometype" that p-to-sometype was pointing to?
which doesn't seem to have been answered yet on this thread
(everyone was distracted by the casting issue). I'm not sure
of the answer personally.
.
- Follow-Ups:
- Re: pointer to void property
- From: Irrwahn Grausewitz
- Re: pointer to void property
- From: Mabden
- Re: pointer to void property
- References:
- pointer to void property
- From: aegis
- Re: pointer to void property
- From: Irrwahn Grausewitz
- Re: pointer to void property
- From: aegis
- Re: pointer to void property
- From: Irrwahn Grausewitz
- pointer to void property
- Prev by Date: Re: C FAQ wiki
- Next by Date: Re: !!, what is it?
- Previous by thread: Re: pointer to void property
- Next by thread: Re: pointer to void property
- Index(es):
Relevant Pages
|