摘要: ![](https://img2022.cnblogs.com/blog/2453334/202202/2453334-20220211120044038-1178016375.jpg) ![](https://img2022.cnblogs.com/blog/2453334/202202/2453334-20220211120057192-1363079188.jpg) 阅读全文
posted @ 2022-02-11 12:01 计算机知识杂谈 阅读(45) 评论(0) 推荐(0)
摘要: 最近看了《征服C指针》第二版,6.1.2节中提到了strtok函数和strtok_s函数。 #strtok 关于strtok的用法,见下面代码: #include<stdio.h> #include<string.h> using namespace std; int main(){ char s[ 阅读全文
posted @ 2022-02-11 11:57 计算机知识杂谈 阅读(786) 评论(0) 推荐(0)