C-vec is a compact library to handle dynamic abstract data types in C.
It is now part of the c-libutl project
---
DISCLAIMER: this is a working in progress. The code in the SVN repository is the
... [More] working copy and is updated constantly.
I would gladly hear any suggestion or comments you may have.
Remo.D [Less]
Collection of C++ arrays for various purposes. Static arrays are allocated on the stack. Dynamic arrays are allocated on the heap. Resizable arrays are dynamic arrays with changeable size. Ptr arrays
... [More] are just pointers to somewhere.
All arrays controls buffer overflows. Algorithms can be written in general manner without knowing specific type of arrays manipulated. [Less]