Re: Promoting unsigned long int to long int

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Barry Schwarz

    Re: Promoting unsigned long int to long int

    On Mon, 30 Jun 2008 03:21:25 -0700 (PDT), pereges <Broli00@gmail. com>
    wrote:
    >Hello, I'm trying to sort an array of pointers based on the values
    >they point to. I'm using the quick sort method. The array of pointers
    All of which begs the question - why not use qsort which can sort an
    array of pointers just fine given the correct compare function?

    snip


    Remove del for email
Working...