C语言自定义实现string字符串的算法 string字符串的定义pstring.h(完整源码) string字符串的实现pstring.cpp(完整源码) string字符串的定义pstring.h(完整源码) #ifndef __ALG_PSTRING_LIB #define __ALG_PSTRING_LIB #include <cstdlib> #include <cstring> #include <iostream> namespace