C
Analyzed 1 day ago
A C vector library similar to the C++ STL vector. It is written in ANSI C (C89).
It has built in support for int, double, char* types and a void vector that can handle any type (stores it in an internal byte array) and provides constructor/destructor like features.
It also has a template and
... [More]
python script for generating vectors for other specific non-pointer types if you don't want to use the generic void vector. See the documentation (www.robertwinkler.com/Projects/cvector) and the testing code for more information and example usage. [Less]
9.16K
lines of code
1
current contributors
over 1 year
since last commit
1
users on Open Hub