Hexagon Buttons: The right wayHi I'm working on a tool that basically generates a hex grid and the user can click on the hexes to...
Sorting an array based on a different arrays valuesThank you so much for the help
Sorting an array based on a different arrays valuesLike this? for(i = 0; i < k; i++) { for(j = 0; j < k+1; j++) { if(arr1[i] < arr1[j]) { temp = arr2[i...
Sorting an array based on a different arrays valuesim trying to get the elements in arr2 to show how large the corresponding element in arr1 is with 1 ...
Sorting an array based on a different arrays valuesBasically i have to do what it says in the title.for example if arr1 = {18,19,4,11} arr2 = {1,2,3,...
This user does not accept Private Messages