paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [paragui-users] widget registry?


From: Teunis Peters
Subject: Re: [paragui-users] widget registry?
Date: Thu, 14 Aug 2003 12:09:03 -0700 (PDT)

On Thu, 14 Aug 2003, Roger D. Vargas wrote:

> On Wed, 13 Aug 2003, Teunis Peters wrote:
>
> >
> > *hrm*.  <vector> is workaroundable in C quite easily.  <map> is MUCH
> > harder...
> Why not replace both by a list?

in C remember..  but the first is easy - either <object>** list or
lsearch-style list.  The second - can be done with bsearch/.. or possibly
other ways.  lists don't work for what they're used for.  The trick isn't
the list - it's the order / searching capability...

G'day, eh? :)
        - Teunis





reply via email to

[Prev in Thread] Current Thread [Next in Thread]