On Oct 29, 10:47 am, Marco van de Voort <mar...@[EMAIL PROTECTED]
> wrote:
> On 2007-10-29, Dr Engelbert Buxbaum <engelbert_buxb...@[EMAIL PROTECTED]
>
wrote:
>
> > Am 24.10.2007, 19:42 Uhr, schrieb eljainc <elja...@[EMAIL PROTECTED]
>:
>
> >> What are some other ways of having a list with thousands of items?
> >> Are there any list libraries that allow for more than 64K of data?
>
> > Structures on the heap are not affected by the 64k limit, you could
> > implement a LIFO or FIFO, or -- if sorting is required -- a binary
tree.
> > Any book on programming will have a description of these techniques,
and
> > code examples may also be found on SWAG.
>
> The swag site seems to be dead.
There's always this: http://www.bsdg.org/SWAG/index.html
I prefer searching SWAG on the machine I'm programming on, so try
googling for "allswags.zip" and "swag.zip" to get the data and reader
respectively.
If nobody can find them, let me know and I'll make my copies available
on my ftp site.


|