cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
string
string
Apr 5, 2011 at 12:51pm UTC
royy
(3)
hello,
i need to do a function that accepts two strings and return true if one string is contained within a second..
for example
one string is "hello world"
other "ll"
return true
thanks a lot!!
Apr 5, 2011 at 1:48pm UTC
Bazzy
(6281)
http://www.cplusplus.com/reference/string/string/find/
Apr 5, 2011 at 1:56pm UTC
coder777
(8450)
Or
http://www.cplusplus.com/reference/clibrary/cstring/strstr/
Topic archived. No new replies allowed.