User profile: Onions

User info
User name:Onions
Location:NE England
Website:http://www.harryrabbit.co.uk/electronics/home.html
History
Joined:
Number of posts:6
Latest posts:

Taking one line at a time from a text file
That 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 file
After 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 file
OK, 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 file
Hello everyone, I decided to find out how many words in the english language contain no vowels, so ...

reading file into a 2-d array
How is the file formatted? Any examples of what will be in side the .txt files?