Taking one line at a time from a text fileThat works, thankyou! What I need to remember for next time is to set the variables to the right val...
Taking one line at a time from a text fileAfter having a look, I think I know what the newest problem is. I'm assuming the getline() function ...
Taking one line at a time from a text fileOK, I've changed the ofstream to an ifstream, and the code compiled, but it didn't output any words....
Taking one line at a time from a text fileHello everyone, I decided to find out how many words in the english language contain no vowels, so ...
reading file into a 2-d arrayHow is the file formatted? Any examples of what will be in side the .txt files?