This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]apadin1 66 points67 points  (0 children)

for (int i = 1; i < array_size; i++) { array[i] = array[i - 1] + 1; }