Current location - Zhou Gong's Dream Interpretation Network - Free name list - Write a C++ program, find a character sequence (pointed by the pointer "obj") in another character sequence (named "source") and return it.
Write a C++ program, find a character sequence (pointed by the pointer "obj") in another character sequence (named "source") and return it.
This is actually the function strstr in the C library.