"The total size of a static array cannot exceed 16Mb."

Vladimir Panteleev thecybershadow at gmail.com
Tue Oct 2 02:08:56 PDT 2007


Janice Caron Wrote:
> Anyway, hopefully you get the idea. I'm going for more coffee before I
> mistype anything else!
Thanks - this indeed makes the code more readable, however now accessing an element involves two dereferences (the class, and the array pointer) - and, possibly, a function call if the compiler won't inline it. My main concern is the speed, otherwise I wouldn't be complaining and just use dynamic arrays :P

-- Vladimir



More information about the Digitalmars-d mailing list