码迷,mamicode.com
首页 > 编程语言 > 详细

c++ <string.h>中包括哪些常用函数

时间:2014-10-14 20:21:49      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   ar   sp   2014   log   ef   line   

常用函数如下:
strlen          求字符串长度
strcmp    比较2个字符串是否一样
strcat              字符串连接操作
strcpy               字符串拷贝操作
strncat    字符串连接操作(前n个字符)
strncpy    字符串拷贝操作(前n个字符)
strchr            查询子串
strstr            查询字串

 

bubuko.com,布布扣

c++ <string.h>中包括哪些常用函数

标签:style   blog   http   ar   sp   2014   log   ef   line   

原文地址:http://www.cnblogs.com/suanec/p/4024851.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!