Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 7 Online
OpenStudy (anonymous):

How can I convert this piece of code [http://pastebin.com/SM7ZHxK9] for finding a string within a string, so that it can find multiple occurences, eg "a" in "abraham" occuring at indeces 0, 3,5, with each index being saved to a seperate eg. a = 0 b = 3, c =5 (I need this so I can return the occurences from a function)

OpenStudy (konradzuse):

you can use Char which finds characters, or use delimeters to find certain strings.

OpenStudy (rsmith6559):

Take the return statement out of the the loop and do it after the loop.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!