Hi, everybody.

I am a programming beginner. I am now trying to write a C++ program to count the number of each word in an English text. I know how to read from a file, how to output into a file, and how to count numbers. But I find it really hard to figure out

1. how to Identify each word in the text and store them. :confused:
2. how to match the same words. :confused:

Can anyone help me?...