Middle word

Oct 31, 2016 at 5:03pm
Can anyone give me a hint to count middle symbols of a sequence from a file?
Last edited on Nov 4, 2016 at 8:18pm
Oct 31, 2016 at 8:15pm
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.
Oct 31, 2016 at 10:29pm
Well I need to count the number of middle symbols of a words in the sequence
Last edited on Nov 4, 2016 at 8:19pm
Nov 1, 2016 at 8:27pm
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.