Re: Storing large number of values in 2D array
- From: Al Balmer <albalmer@xxxxxxx>
- Date: Fri, 20 Oct 2006 23:33:20 GMT
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
.
- References:
- Storing large number of values in 2D array
- From: rajus
- Re: Storing large number of values in 2D array
- From: Andrey Tarasevich
- Storing large number of values in 2D array
- Prev by Date: Re: problem with return
- Next by Date: Re: Few doubts (wrong behaviour or correct )
- Previous by thread: Re: Storing large number of values in 2D array
- Next by thread: Seg faults in merge and quick sort
- Index(es):
Relevant Pages
|