|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
D - big arrays.
while i tried to make int array[1000][1000][1000] compiler gave error, with array litlle bigger than [510][510][2] compiler halts. why so? if i want to use arrays such big, do i have to use malloc? May 10 2005
Mikael Haapakoski schrieb am Tue, 10 May 2005 17:41:11 +0300:while i tried to make int array[1000][1000][1000] compiler gave error, with array litlle bigger than [510][510][2] compiler halts. why so? if i want to use arrays such big, do i have to use malloc? May 10 2005
On Tue, 10 May 2005 17:41:11 +0300, Mikael Haapakoski wrote:while i tried to make int array[1000][1000][1000] compiler gave error, with array litlle bigger than [510][510][2] compiler halts. why so? if i want to use arrays such big, do i have to use malloc? May 10 2005
|