hey i was working on a word count program and i need a little assistance.i cant use a string tokenizer or a set.after i get a string i need to print out the words and show how many times it was typed...like the following
"Hello there"
Hello = 1
There = 1
Now i want to know how i can separate the lines by spaces and how can i count them?
Thanx alot


Reply With Quote


Bookmarks