VS 2003
VB.net
Win2000 SP4
The System.Array class seems to be limited to 32 bit addresses,
meaning that one can only assign 2^32 elements.
Is there any way that I can have an array that allows 2^64 elements?
Or doesn't the CLR support this on a 32 bit opsys?
I suspect that I am going to have to make such a beastie myself...
What about sparse arrays?
VB.net
Win2000 SP4
The System.Array class seems to be limited to 32 bit addresses,
meaning that one can only assign 2^32 elements.
Is there any way that I can have an array that allows 2^64 elements?
Or doesn't the CLR support this on a 32 bit opsys?
I suspect that I am going to have to make such a beastie myself...
What about sparse arrays?
Comment