craigsboyd
IS-IT--Management
Say I have the following...
char *Phrase = "Hello World"
char *Letter = "o"
What's the best way to find the total number of occurrences of Letter in the Phrase?
SweetPotato Software Website
My Blog
char *Phrase = "Hello World"
char *Letter = "o"
What's the best way to find the total number of occurrences of Letter in the Phrase?
SweetPotato Software Website
My Blog