08-31-2015, 09:35 AM
q_sort ... +1
...
function[c]# k ...
+ is a "type cast" operator
or
int k=1
q_sort ... &k
...
function[c]# int&k ...
then callback function can change k value
...
function[c]# k ...
+ is a "type cast" operator
or
int k=1
q_sort ... &k
...
function[c]# int&k ...
then callback function can change k value
