Using the find() FunctionBut I never put in parameters into my function declaration/definition. Look at my code! Does that me...
Using the find() FunctionOne question that would help my understanding: In the example, what is [code]size_t found;[/code]? C...
Using the find() FunctionWhen I do that, the [code]char 'a'[/code] becomes underlined and it says "type name is not allowed" ...
Using the find() Function★ Modify the program so that it then replaces every a, e, i , o, u w/ the letter z. i.e. John Smit...
String FunctionsThanks a lot it worked!