Posted by Lil' Viv on August 16, 2001 at 02:11:30:
In Reply to: confused and frustrated posted by confused and frustrated on August 15, 2001 at 20:07:19:
: Is anyone having any luck with qsort() ?
Yeah, I got it to work, and it's pretty fast. You have to write a comparison function to compare the two types of things that will be in the array that you are sorting, though.
Type "man qsort" from your Linux/UNIX console, and it'll explain it better.