paragui-users
[Top][All Lists]
Advanced

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

Re: [paragui-users] widget registry?


From: Atani
Subject: Re: [paragui-users] widget registry?
Date: Thu, 14 Aug 2003 12:17:24 -0700
User-agent: KMail/1.5.2

On Thursday 14 August 2003 12:09 pm, Teunis Peters wrote:
> 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...

Why not use a variant on say a hash... 

You can do this in C quite easily..  This was an assignment in one of my C 
programming classes I took a few years ago... Its even easier in ASM 
(however, not portable)..

Mike





reply via email to

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