[Interest] qsort() Obsolete?

Tomasz Siekierda sierdzio at gmail.com
Fri Apr 17 12:15:09 CEST 2015


On 17 April 2015 at 12:12, Berkay Elbir <berkayelbir at gmail.com> wrote:
> Hello All,
>
> I want to ask a question to you to be certain. Is void qsort() function
> obsolete? Should we use std::sort instead of this function? Because I have a
> priority list and need to sort it.

yes, it is recommended to use std::sort.



More information about the Interest mailing list