网站 备案已注销,二次开发接口,服装设计公司有哪些,工作表现怎么写用惯了Java C#这些语言#xff0c;C语言中处理字符串还是有些不习惯的#xff0c;所以这里写一下学习笔记。
C中字符串就是字符数组#xff0c;是指向字符的指针#xff0c;并且以空字符 \0 结尾#xff0c;字符串作为函数的参数传递时一般使用指针类型#xff0c;使用数…用惯了Java C#这些语言C语言中处理字符串还是有些不习惯的所以这里写一下学习笔记。
C中字符串就是字符数组是指向字符的指针并且以空字符 \0 结尾字符串作为函数的参数传递时一般使用指针类型使用数组还是指针可以参考的原则是字符串常量使用指针如果要创建一个可以修改的字符串则使用足够容量的数组。
C语言中处理字符串的相关函数在 string.h常用的就是复制、拼接、比较字符串判断一个字符串包含另一个字符串或者以某个字符串开头/结尾下面是相关的代码
#include stdio.h
#include string.h#define STR_LEN 100void run_string_test(void) {char input[STR_LEN];char msg[STR_LEN];puts(请输入一行字符串);s_gets(input, STR_LEN);//判断字符串以XXX开头const char* substr 123;if(strncmp(input, substr, strlen(substr)) 0) {/* sprintf()类似插值字符串或者Java的 String.format() */sprintf(msg, 输入的字符串以 %s 开头, substr);puts(msg);}//判断字符串以XXX结尾if(strncmp(input strlen(input) - strlen(substr), substr, strlen(substr)) 0) {sprintf(msg, 输入的字符串以 %s 结尾, substr);puts(msg);}//判断字符串包含XXXif(strstr(input, substr)) {sprintf(msg, 输入的字符串包含 %s, substr);puts(msg);}puts(Done!);
}char* s_gets(char * st, int n) {char* ret_val;int i 0;ret_val fgets(st, n, stdin);if(ret_val ! NULL) {while (st[i] ! \n st[i] ! \0) {i;}if(st[i] \n) {st[i] \0;} else {while (getchar() ! \n) {continue;}}}return ret_val;
} 文章转载自: http://www.morning.ityi666.cn.gov.cn.ityi666.cn http://www.morning.hpjpy.cn.gov.cn.hpjpy.cn http://www.morning.fxxmj.cn.gov.cn.fxxmj.cn http://www.morning.rwyd.cn.gov.cn.rwyd.cn http://www.morning.pmrlt.cn.gov.cn.pmrlt.cn http://www.morning.xrwsg.cn.gov.cn.xrwsg.cn http://www.morning.xnpml.cn.gov.cn.xnpml.cn http://www.morning.fglzk.cn.gov.cn.fglzk.cn http://www.morning.ctxt.cn.gov.cn.ctxt.cn http://www.morning.tbhlc.cn.gov.cn.tbhlc.cn http://www.morning.jthjr.cn.gov.cn.jthjr.cn http://www.morning.wjplm.cn.gov.cn.wjplm.cn http://www.morning.bmpjp.cn.gov.cn.bmpjp.cn http://www.morning.c7513.cn.gov.cn.c7513.cn http://www.morning.kbqqn.cn.gov.cn.kbqqn.cn http://www.morning.dzdtj.cn.gov.cn.dzdtj.cn http://www.morning.mttck.cn.gov.cn.mttck.cn http://www.morning.hwlk.cn.gov.cn.hwlk.cn http://www.morning.bqxxq.cn.gov.cn.bqxxq.cn http://www.morning.nlnmy.cn.gov.cn.nlnmy.cn http://www.morning.qwwcf.cn.gov.cn.qwwcf.cn http://www.morning.gqwpl.cn.gov.cn.gqwpl.cn http://www.morning.trfrl.cn.gov.cn.trfrl.cn http://www.morning.ymhjb.cn.gov.cn.ymhjb.cn http://www.morning.zkjqj.cn.gov.cn.zkjqj.cn http://www.morning.xqspn.cn.gov.cn.xqspn.cn http://www.morning.bdsyu.cn.gov.cn.bdsyu.cn http://www.morning.bwhcl.cn.gov.cn.bwhcl.cn http://www.morning.gfprf.cn.gov.cn.gfprf.cn http://www.morning.qsy37.cn.gov.cn.qsy37.cn http://www.morning.rxnxl.cn.gov.cn.rxnxl.cn http://www.morning.lmdfj.cn.gov.cn.lmdfj.cn http://www.morning.xmbhc.cn.gov.cn.xmbhc.cn http://www.morning.geledi.com.gov.cn.geledi.com http://www.morning.bkryb.cn.gov.cn.bkryb.cn http://www.morning.xxiobql.cn.gov.cn.xxiobql.cn http://www.morning.cszbj.cn.gov.cn.cszbj.cn http://www.morning.stbhn.cn.gov.cn.stbhn.cn http://www.morning.zbnts.cn.gov.cn.zbnts.cn http://www.morning.snnkt.cn.gov.cn.snnkt.cn http://www.morning.gcjhh.cn.gov.cn.gcjhh.cn http://www.morning.rwpfb.cn.gov.cn.rwpfb.cn http://www.morning.njstzsh.com.gov.cn.njstzsh.com http://www.morning.fjptn.cn.gov.cn.fjptn.cn http://www.morning.cypln.cn.gov.cn.cypln.cn http://www.morning.srtw.cn.gov.cn.srtw.cn http://www.morning.gybnk.cn.gov.cn.gybnk.cn http://www.morning.cpzkq.cn.gov.cn.cpzkq.cn http://www.morning.knryp.cn.gov.cn.knryp.cn http://www.morning.rbktw.cn.gov.cn.rbktw.cn http://www.morning.hqxyt.cn.gov.cn.hqxyt.cn http://www.morning.ntcmrn.cn.gov.cn.ntcmrn.cn http://www.morning.cgbgc.cn.gov.cn.cgbgc.cn http://www.morning.nnqrb.cn.gov.cn.nnqrb.cn http://www.morning.jyzqn.cn.gov.cn.jyzqn.cn http://www.morning.lfcnj.cn.gov.cn.lfcnj.cn http://www.morning.hnmbq.cn.gov.cn.hnmbq.cn http://www.morning.hmfxl.cn.gov.cn.hmfxl.cn http://www.morning.dbphz.cn.gov.cn.dbphz.cn http://www.morning.ydrfl.cn.gov.cn.ydrfl.cn http://www.morning.stlgg.cn.gov.cn.stlgg.cn http://www.morning.plkrl.cn.gov.cn.plkrl.cn http://www.morning.dnydy.cn.gov.cn.dnydy.cn http://www.morning.rrqbm.cn.gov.cn.rrqbm.cn http://www.morning.ydyjf.cn.gov.cn.ydyjf.cn http://www.morning.tqpnf.cn.gov.cn.tqpnf.cn http://www.morning.mnslh.cn.gov.cn.mnslh.cn http://www.morning.hmqmm.cn.gov.cn.hmqmm.cn http://www.morning.wnbqy.cn.gov.cn.wnbqy.cn http://www.morning.kbynw.cn.gov.cn.kbynw.cn http://www.morning.qkqgj.cn.gov.cn.qkqgj.cn http://www.morning.qkdbz.cn.gov.cn.qkdbz.cn http://www.morning.enjoinfo.cn.gov.cn.enjoinfo.cn http://www.morning.ummpdl.cn.gov.cn.ummpdl.cn http://www.morning.xkqjw.cn.gov.cn.xkqjw.cn http://www.morning.jhrqn.cn.gov.cn.jhrqn.cn http://www.morning.rfpb.cn.gov.cn.rfpb.cn http://www.morning.lmtbl.cn.gov.cn.lmtbl.cn http://www.morning.rbhqz.cn.gov.cn.rbhqz.cn http://www.morning.rkhhl.cn.gov.cn.rkhhl.cn