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

Vladimir Panteleev thecybershadow at gmail.com
Tue Oct 2 09:37:01 PDT 2007


On Tue, 02 Oct 2007 18:12:41 +0300, BCS <ao at pathlink.com> wrote:

> I was thinking of this:
>
> alias int[4096] block;   // alias to be shure I get dynamic array of static arrays
> block[] arr = new block[4096];

Why haven't I thought of that... :O

-- 
Best regards,
 Vladimir                          mailto:thecybershadow at gmail.com



More information about the Digitalmars-d mailing list