Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop
Title: CString-int-string-char Download
 Description: static const char* _strstr(const char* s1, const char* s2) { assert(s2 && s1) const char* p=s1,*r=s2 while(*p!= \0 ) { while(*p++==*r++) if(*r== \0 ) return p else { r=s2 p=++s1 } } return NULL }
 Downloaders recently: [More information of uploader cnzhuhai]
 To Search:
File list (Check if you may need any files):
FilenameSizeDate
CStringintstringchar之间的转换.txt

CodeBus www.codebus.net