月间
个人学习记录,大部分是摘抄式的学习本
摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 4 struct Arr 5 { 6 int * pBase;//存储的是数组的第一个元素的 地址 7 int len;//数组所能容纳的最大元素的个数 8 int cnt; //当前数组有效元素的个数 9 / 阅读全文
posted @ 2020-02-29 13:07 月间 阅读(188) 评论(0) 推荐(0)