I am trying to write a program that takes words from a text file and prints each one on a seperate line of an output file followed by the number of letters in the word. Any leading or trailing punctuation must be left out. When all the text has been processed, I have to display on the screen a count of the words in the file.
I am not looking for someone to write this program out for me, but where do I get started? I know nothing about fopen...? This is frustrating me.
I am not looking for someone to write this program out for me, but where do I get started? I know nothing about fopen...? This is frustrating me.