Middle word

Can anyone give me a hint to count middle symbols of a sequence from a file?
Last edited on
I am however having some trouble understanding exactly what you are looking for, so I just hope this can be a hint that helps you post some code to hopefully further clarify your situation.

http://www.cplusplus.com/forum/general/34420/
http://stackoverflow.com/questions/20372661/read-word-by-word-from-file-in-c
http://stackoverflow.com/questions/25051559/read-input-file-word-by-word
http://forums.codeguru.com/showthread.php?386897-Simple-read-text-file-word-by-word
http://codereview.stackexchange.com/questions/49038/count-number-of-words-in-a-text-file

In fact, each of these sites can be very useful if you try to find a solution to a problem. And the best thing is that both Google and Bing can search all of them at the same time.
Well I need to count the number of middle symbols of a words in the sequence
Last edited on
I would like to suggest two things:
1. show the code that you made yourself
2. provide some example input and desired output, because at least to me it is not clear what middle words are.
Topic archived. No new replies allowed.