I am curious if there is good way to read in strings one word (an
alphanumeric sequence of characters) at a time from a file using the >>
operator. I don't want to read one character at a time or use scanf.
Alex
alphanumeric sequence of characters) at a time from a file using the >>
operator. I don't want to read one character at a time or use scanf.
Alex
Comment