Storing the information of 2 variables into a 2D array. Example:
- Code: Select all
array[var1][var2]
Would this even be useful?
array[var1][var2]
int array[var1][var2][2];
array[i][j][0];//access the first value
array[i][j][1]//access the second value
Hblade wrote:Ah thanks super This is what I was looking for. Though honestly I may have had a brain fart but for some reason even now it still seems important O_o strange xD
Users browsing this forum: No registered users and 1 guest