首页 新闻 会员 周边
2
回答数

回答被采纳 10 【问题】用C++结构体实现顺序表,数据超过数组长度后,表长自动+1

1 #include <stdio.h> 2 #include "stdlib.h" 3 4 #define LIST_INIT_SIZE 100 5 #define LISTINCREMENT 10