码迷,mamicode.com
首页 >  
搜索关键字:在父字符串中查找子字符串    ( 1个结果
在父字符串中查找子字符串
在父字符串中查找子字符串(指针控制,也可选择标控制)#pragmaonce #include<iostream> #include<assert.h> usingnamespacestd; char*StrStr(char*source,char*dest) { assert(source&&dest); if(strlen(source)<strlen(dest)) returnNULL; char*..
分类:其他好文   时间:2016-03-26 08:16:03    阅读次数:257
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!