2012-10-24, 08:55 PM
Imagine Wrote:Professors don't want me to using switch, and haven't learned std:: ispunct.
The point of the cin function is to read the document word by word, so it isn't infinite as long as a text document is inputted
Then you'd use std::ifstream not std::cin.

