文件名称:operate-character-string
介绍说明--下载内容均来自于网络,请自行研究使用
1、 实现串赋值、串比较、求串长、串联接以及求子串这5种基本操作。
2、 能利用上述实现的基本操作完成置换Replace (&S, T, V)以及从串中删除一段子串StrDelete(&S,pos,len)的操作。
-1, realize assignment string, string comparison, and string a long string of serial access, as well as Child-giving this five kinds of basic operation. 2, able to realize the basic use of the above-mentioned operation is complete replacement Replace (
2、 能利用上述实现的基本操作完成置换Replace (&S, T, V)以及从串中删除一段子串StrDelete(&S,pos,len)的操作。
-1, realize assignment string, string comparison, and string a long string of serial access, as well as Child-giving this five kinds of basic operation. 2, able to realize the basic use of the above-mentioned operation is complete replacement Replace (
相关搜索: 串比较
(系统自动生成,下载前可以参看下载内容)
下载文件列表
main.CPP
函数实现.cpp
头文件.h
函数实现.cpp
头文件.h