Search:

Type: Posts; User: helloworld922

Search: Search took 0.09 seconds.

  1. Re: How to call a C sort function to sort a Java Array.

    That's the basic jist of it. You need to ensure your buffer is large enough and that you're transferring over the correct portion of the array. You'll also need to transfer the array back.
  2. Re: How to call a C sort function to sort a Java Array.

    You're not properly declaring all your variables in the implementation file (.c file). Namely, the first 3 variables all need names.

    A second observation is that in your merge sort code you're not...
Results 1 to 2 of 2