string search?
Hello, Im working on a little LAN game in the style of old text-only
MUD's and would need to find a way to search for a string in a text
file (for example for usernames). I know it works in the way of looking
for the first letter, if matches the second and so on, but don't know
how to write it. Any suggestions?
.
Relevant Pages
- Re: string search?
... file (for example for usernames). ... for the first letter, if matches the second and so on, but don't know ... Search directly in the file using stdio functions like fopen, ... string and search the string. ... (comp.lang.c) - Re: string search?
... Bertram Trabant wrote: ... file (for example for usernames). ... for the first letter, if matches the second and so on, but don't know ... If you are going to be doing a fair amount of string manipulation in C for this project then I suggest you do one of two things: ... (comp.lang.c) - Re: Advanced HTML DOM Issue
... On or about 9/5/2006 1:28 AM, it came to pass that Whit wrote: ... the first letter of words and un-cap the rest, ... whole string causes the field to forget where the cursor is ... ... (alt.html) - Re: Surprise in StrConv using vbProperCase
... Your code will capitalize the first letter of a string. ... so the specs for StrConv using vbProperCase match ... (microsoft.public.access.modulesdaovba) - Re: Advanced HTML DOM Issue
... I'm sorry, I wasn't explicit enough, I meant to say capitalize the ... the first letter of words and un-cap the rest, ... whole string causes the field to forget where the cursor is ... ... (alt.html) |
|