On Wed, 24 Feb 1999, Moses DeJong wrote:
> I do not mean to rip on your code or anything, but if you require a

        Not at all.  I'm pretty new (the last 3-4 years) to programming,
and most of that has been in persuit of a CS degree, so I haven't had much
of a chance to do any real coding. :(
        
        Right now I'm just testing a small piece of a larger puzzle.  We
need a component that will maintain an array of objects sorted according
to their proximity to a point in space.  That point will be changing
moment-to-moment, so sorting on inserting won't be possible.  The idea is
that we plunk the object into the array at a likely spot, and let the
array maintain the sort from there.  Creating a thread to sort the array
as resources permit seemed a good way to go.

        Any sugestions are welcome, and are greatly appreciated.

        -chris



*******************************************************************************
 The most important thing in the programming language is the name.  A 
 language will not succeed without a good name. I have recently invented a 
 very good name and now I am looking for a suitable language.  
                                                -- D. E.  Knuth, 1967
*******************************************************************************



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to