i want to make a code in c++.
To find a particular word repeating how many times in a string.
For example->
Enter a string-> mynameisnamebutnonameismyname
Word enter to count-> name
output is-> name is repeating 4 times in a string..
Make this code with using iostream ,conio and string libraries.
Please someone help me