Re: A89: Re: Re: Folder List


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

Re: A89: Re: Re: Folder List




I found the qsort function in stdlib.h, but i'm not quite sure how to create
an array of strings to pass to it so it can sort them.

----- Original Message -----
From: "Zeljko Juric" <zjuric@utic.net.ba>
To: <assembly-89@lists.ticalc.org>
Sent: Tuesday, June 20, 2000 3:43 PM
Subject: Re: A89: Re: Re: Folder List


>
> Hi!
>
> > quite pointless to use a heavy duty routine like quicksort for such
> > small amount of data. If you have just 20-30 dataposts it will most
> > probably end up takeing more time with quicksort then with a simple
> > bubblesort or selectionsort or something.
>
> But why not to use qsort from stdlib.h?
>
> Zeljko Juric
>




References: