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