1. 首页
  2. 编程语言
  3. Web开发
  4. strtok的缺陷使用strtok_s函数更新安全度

strtok的缺陷使用strtok_s函数更新安全度

上传者: 2020-08-29 05:58:08上传 RAR文件 8.26MB 热度 32次
strtok的缺陷,使用strtok_s函数更新安全度 #include "stdafx.h" #include "Windows.h" #include #include using namespace std; char string1[] = "A string\tof ,,tokens\nand some more tokens"; char string2[] = "Another string\n\tparsed at the same time."; char separators[] = " ,\t\n"; char *
下载地址
用户评论