I have written code that gets full lines from a text file. Now i want to be more specific and retrieve words out of the input. I do not want any white space and i do no care about periods and hyphenated words yet.
what exactly does inf >> do? if its the same as cin, then it just reads input? i dont really understand how it tells the function to stop at whitespace.