Loading

摘要: C/C++自写的字符串操作函数 //连接字符串 void Strcat(char *before, char *after); //复制字符串 void Strcpy(char *newstr, const char *oldstr); //获取字符串长度 size_t Getlenth(const 阅读全文
posted @ 2020-06-17 19:04 WindSnowLi 阅读(87) 评论(0) 推荐(0) 编辑