Guest
i am writing a program that i am supposed to input two strings: name, word, and figure out using two functions: bool search(string name, string word) and int search(string name, char c, int start_position) which i have to write. i figure that i have to use one search function inside the other with a loop in each, but i dont know exactly how to do it. any suggestions?