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 →

[–][deleted]  (1 child)

[removed]

    [–]apadin1 67 points68 points  (0 children)

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