User: inzombiak

  • Public profile

User profile: inzombiak

User info
User name:inzombiak
History
Joined:
Number of posts:5
Latest posts:

Hexagon Buttons: The right way
Hi 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 values
Thank you so much for the help

Sorting an array based on a different arrays values
Like 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 values
im 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 values
Basically 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