dwt learning question,please help

Frank Benoit keinfarbton at googlemail.com
Mon Sep 8 03:54:21 PDT 2008


Denis Koroskin Wrote:
> This one still prevents me from sleepping :)
> 
> You can use :
> palette.Entries.ptr[i]
> 
> to prevend array bound checking made by:
> palette.Entries[i]
> 
> instead of unpleasant:
> *(palette.Entries.ptr + i)

Hehe. This seems to me exactly the same code? 
But i admit, i like your syntax more.



More information about the Digitalmars-d-dwt mailing list