C语言-内存相关函数:malloc、free、calloc、realloc
C/C++程序内存分配的几个区域
c++ split 拆分字符串实现
char[]、char* 与 string 相互转换
C语言-标准库 - <string.h>
C语言-字符串函数(自定义):截取
VC执行Cmd命令,并获取结果
C语言-字符串函数(自定义):strToInt()将字符串转成数字
C语言-字符串函数:atoi() 字符串转int型(有bug)
C语言-字符串函数:sprintf()格式化字符串、拼接字符串、拼接数字