![]() |
search qustion
in my program,i give each user an ID code but maybe user forget ID, then i want to search his or her name in a way that if i print part of the user's name ,program shows me all of names which have that part then i choose between them.
how can i do that?? |
Re: search qustion
strstr is a useful function for finding a substring.
|
Re: search qustion
Quote:
|
Re: search qustion
No, you're thinking of strcmp. strstr is a function that finds substrings of a string, so if you give it the parameters "look it up in the docs bozo" and "docs" then it will give you a pointer to "docs", thus confirming that "docs" is indeed in the string.
|
| All times are GMT +5.5. The time now is 12:38. |