ok, so say i have an array of integers: int tX[h]; how would i dynamically add items to this array. like i press a button and it serches for the lowest array value (h) that equals 0 and puts a value into that slot.
-thanks ???
ok, so say i have an array of integers: int tX[h]; how would i dynamically add items to this array. like i press a button and it serches for the lowest array value (h) that equals 0 and puts a value into that slot.
-thanks ???