Number-Sort Function
#3

Quote:

new
array[] = { -541, 54, 689, 12, 3, 0, 3, 55, 66, -541, 5468484, -564, 1554, 1656 }
;
quickSort(array, 0, sizeof(array) - 1);

for(new i; i != sizeof(array); ++i)
{
printf("%d", array[i]);
}

How it works, if the array is like this

pVar[MAX_PLAYERS][pScore];
Reply


Messages In This Thread
Number-Sort Function - by Siedler - 31.08.2011, 11:10
Re: Number-Sort Function - by RyDeR` - 31.08.2011, 13:04
AW: Number-Sort Function - by Siedler - 31.08.2011, 14:28
Re: Number-Sort Function - by RyDeR` - 31.08.2011, 15:20

Forum Jump:


Users browsing this thread: 2 Guest(s)