随笔分类 -  关于C语言

实现一串字符串的的某一段替换
摘要:#include #include int input_array(char *ptr) { scanf("%s",ptr); getchar(); } int str_replace(char* ptra,char *ptrb,char *ptrc) { int reta = 0,retb = 0; int i = 0,j= 0,x = 0; char* pa = NULL; c... 阅读全文

posted @ 2016-07-08 14:30 Leang 阅读(767) 评论(0) 推荐(0)

导航