摘要:
  阅读全文
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)
浙公网安备 33010602011771号