CS 103 Unit 9 Objects, Structs, and Strings

• Get C String (char *) equiv. • Find a substring –Searches for occurrence of a substring –Returns either the index where the substring starts or string::npos –std::npos is a constant meaning Zjust beyond the end of the string […it [s a way of saying Not found [• Get a substring ................
................