use strstr(Total_string, String_To_Find) function to find your requied string. This strstr() will returns a pointer to the first occurrence of String_To_Find in Total_string, or a null pointer if String_To_Find is not part of Total_string. with this strstr() you can find number of occurence of your string.
Perry31
Junior Poster in Training
90 posts since Oct 2010
Reputation Points: 4
Solved Threads: 7
Skill Endorsements: 0