C 語言下的 malloc和 free 的最簡單的例子

C 語言的 malloc 和 free 的原理自行上網查。 環境: Windows 下的 VS 2015 注: 此文純屬是爲了學習 <data structure> 時筆記,因爲自己好久沒碰 C 語言了,爲了撿回這兩個函數的用法,花了些時間。 用一個代碼附上註釋來解釋標題的內容: #include <stdlib.h> // malloc(), free() #include <std
相關文章
相關標籤/搜索