Programming & Design
Question:
how to make array 48000x48000 in visual basic or delphi7?
fanzz
2009-04-15 10:30:06 UTC
please help me how to make array 48000x48000 because it's to big for standard computer to do it!
Four answers:
axy
2009-04-15 10:42:06 UTC
If you are familiar with pointers, this site tells you about everything you need to know:
http://www.codeproject.com/KB/vbscript/how_to_do_pointers_in_visual_basic.aspx
NeoJoe
2009-04-15 20:17:42 UTC
Holy crap, what do you need an array THAT big for?!
E-mail me, I'm just curious! Lol.
2009-04-15 17:36:46 UTC
holy god that's a huge array, it's almost 2 GB
Travis
2009-04-15 17:57:18 UTC
Store it on a hard drive. Load the portions that you need to use into memory
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...