Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Example of a parameter to Callback_q_sort
#2
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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)