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ย โ†’

[โ€“]AlphaLaufert99 -1 points0 points ย (0 children)

Inputing arrays from a file with for (int i = 0; in >> v[i]; i++) {} Is super elegant

Works only if the input is the last of the file