C 语言下的 malloc和 free 的最简单的例子

C 语言的 malloc 和 free 的原理自行上网查。 环境: Windows 下的 VS 2015 注: 此文纯属是为了学习 <data structure> 时笔记,因为自己好久没碰 C 语言了,为了捡回这两个函数的用法,花了些时间。 用一个代码附上注释来解释标题的内容: #include <stdlib.h> // malloc(), free() #include <std
相关文章
相关标签/搜索