Writing a custom sort function

Arthur Clemens aclemens at xs4all.nl
Tue Jun 24 18:52:48 CDT 2003


This works better:

class UniSortArraySet : public FBL_ArraySet
{
     public:
         UniSortArraySet(FBL_BitSet& inSet) : FBL_ArraySet(inSet) { }
         void Sort();
};


But could you still pass the qsort_long func?

Arthur


More information about the Valentina mailing list