What is the difference between...

Derek Parnell derek at psych.ward
Fri Sep 7 03:09:01 PDT 2007


On Fri, 7 Sep 2007 10:54:25 +0100, Janice Caron wrote:

> What is the difference between:
> 
>  int f(const void * p, int len)

Can't change 'p'

> 
>  int f(const(void)* p, int len)

Can't change that which 'p' points to.


(I think ...)

-- 
Derek Parnell
Melbourne, Australia
skype: derek.j.parnell



More information about the Digitalmars-d mailing list