Re: Where do pointers point to?
Michael Mair wrote:[color=blue]
>
> Lawrence Kirby wrote:
>
> [snip: void * vs char *]
>[color=green]
> > Yes, void * uses the same representation
> > as pointers to character types.[/color]
>
> Are you sure of that?[/color]
N869
6.2.5 Types
[#27] A pointer to void shall have the same representation
and alignment requirements as a pointer to a character type.
--
pete
Michael Mair wrote:[color=blue]
>
> Lawrence Kirby wrote:
>
> [snip: void * vs char *]
>[color=green]
> > Yes, void * uses the same representation
> > as pointers to character types.[/color]
>
> Are you sure of that?[/color]
N869
6.2.5 Types
[#27] A pointer to void shall have the same representation
and alignment requirements as a pointer to a character type.
--
pete
Comment