0
Whole array raise +1
Looking for the easiest way to raise all array data +1. Like int ary[2] = {1, 2,}; ary++; all should raise +1
0 Resposta
Looking for the easiest way to raise all array data +1. Like int ary[2] = {1, 2,}; ary++; all should raise +1