這個題要我自己寫還不太有思路,可能不會想到寫三個函式,而且這個**也沒有執行出來
#include #include #include #pragma warning (disable:4996)
/*有乙個字元陣列的內容為:"student a am i",
請你將陣列的內容改為"i am a student".
要求:
不能使用庫函式。
只能開闢有限個空間(空間個數和字串的長度無關)。
student a am i
i ma a tneduts
i am a student*/
void reverve_swap1(char *p,char *q)
}char *reverve(char *p)
end = p - 1;
reverve_swap(start, end);//逆序單個單詞
if (*p == ' ') //找到空格
p++;
}return ret;
}int main()
在乙個字串中尋找另外乙個字串
在乙個字串中尋找另外乙個字串 public class text foundit true break test system.out.println foundit?found it didn t find it 該段程式有點難以理解,主要就是if語句的理解,if searchme.charat ...
將乙個字串中的字元替換成另乙個字串
被替換的字串當然不僅僅是空格,上面只是個例子 include include include using namespace std int findnumberfirst const char str,const char dest,vector pvec else return count in...
php判斷乙個字串包含另乙個字串
a 58252,58253 如果 a 中存在 b,則為 true 否則為 false。b 58253 if strpos a,b false else 查詢字串在陣列中出現的次數 array array 1,hello 1,world hello 11 計算 string在 array 需為陣列 中...