23.09.2014, 18:59
hey all
I have multi array like that:
array[5][5] and i want to do something like that :
array[5][5] = {-1,...) and all the array be -1 example
array[0][3] == -1;
array[2][3] == -1;
array[4][1] == -1;
all will be -1 if someone can send me how that be very good
I have multi array like that:
array[5][5] and i want to do something like that :
array[5][5] = {-1,...) and all the array be -1 example
array[0][3] == -1;
array[2][3] == -1;
array[4][1] == -1;
all will be -1 if someone can send me how that be very good
