Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
check string in c
1
Name:
Anonymous
2009-05-24 9:14
what the fast way to check that string contain only characters within some set like "a-z0-9"?
86
Name:
Anonymous
2009-05-25 16:52
Finally managed to move that incement to the condition.
is_inset(char*s){for(;*s>47&*s<58|*s>96&*s<123&&*s++;);return!*s;}
88
Name:
Anonymous
2009-05-25 17:07
>>87
Goddamn that &&, always foiling my plans!!
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List