> My problem right now is implementing a quicksort algorithm.
Do you know there is qsort() in stdlib.h
Or do you have to write your own in this instance?