Re: Storing large number of values in 2D array



On Fri, 20 Oct 2006 14:04:48 -0700, Andrey Tarasevich
<andreytarasevich@xxxxxxxxxxx> wrote:

rajus wrote:
I want to store the (x,y) coordinates of about 10,000 points in a 2D
array.How can I store them and retrieve them later?

Well, declare a 2D array of points. Store points in the array. Retireve them
later from the array. What exactly is the problem that makes you ask such a
trivial question?

Trivial questions are not unwelcome here.

However, your question, "What exactly is the problem", is certainly
pertinent here, and the answer to that might make the original
question less trivial :-)

--
Al Balmer
Sun City, AZ
.



Relevant Pages

  • Re: Noob Questions [arrays]
    ... this will be a trivial question for most of you. ... Program by Chris Pine. ... puts 'type words one at a time and I will alphabetize them for you.' ... Take a look at your alphalist: it's just an empty array. ...
    (comp.lang.ruby)
  • Re: Storing a word inside a Byte array
    ... ushort aaa = 0xFFFA; ... Now I would like to store that variable aaa in the array ... I'm afraid this is a trivial question, ...
    (microsoft.public.dotnet.languages.csharp)
  • Storing a word inside a Byte array
    ... ushort aaa = 0xFFFA; ... Now I would like to store that variable aaa in the array ... I'm afraid this is a trivial question, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Storing large number of values in 2D array
    ... declare a 2D array of points. ... Store points in the array. ... Retireve them ...
    (comp.lang.c)
  • making a n-dimensional array out of n vectors
    ... This is probably a trivial question: What is the most efficient way to ... kn) in such a way that the array has n columns, and k1 x k2 x ... ... I thought there would be a simple built in command for this. ... Is there a command to construct such an array in general (n number of vectors of arbitrary lengths) for this? ...
    (comp.soft-sys.matlab)