【C++学习】字符串处理

作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ 1.思维导图: Example1: char *strcpy(char *target, const char *source) {   char *t = target;   // Copy the contents of source into target.   while(*source) *targe
相关文章
相关标签/搜索