Search:
Forum
Beginners
word count
word count
Nov 3, 2010 at 2:09am UTC
slypenguinz
(6)
I am trying to count words in a simple sentence.Like
Little Red Riding Hood.
can someone show me how
thank you
Nov 3, 2010 at 2:22am UTC
Albatross
(4553)
How about counting the spaces between words and adding 1? std::string::find and a while loop might be useful. :)
http://cplusplus.com/reference/string/string/find/
-Albatross
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs