Tagged Questions

0
votes
4answers
2k views

Using istream_iterator and reading from standard input or file

I'm writing in Microsoft Visual C++ and I'd like my program to either read from standard input or a file using the istream_iterator. Googling the internets hasn't shown how simple I think it must be. ...