文件名称:ptr_vector
介绍说明--下载内容均来自于网络,请自行研究使用
用C语言实现的简单指针容器,模仿C++的std::vector。使用它可以轻松解决C语言中没有容器支持,不易管理对象的痛点。-Using C language to achieve a simple pointer container, imitate the std: C++: vector. The use of it can easily solve the C language without container support, not easy to manage the pain points of the object.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LICENSE
Makefile
ptr_vector.c
ptr_vector.h
README.md
test.c