摘要: 5.1.C风格字符串的几个函数原型strlen,strcomp,strcat,strcpy 4 #include<string> 5 #include<cassert> 6 using namespace std; 7 //strlen 8 size_t str_len(const char *pt 阅读全文
posted @ 2019-06-03 22:45 Royzzzzz 阅读(148) 评论(0) 推荐(0) 编辑