Projects tagged ‘array’, ‘c’, and ‘vector’


Jump to tag:

Projects tagged ‘array’, ‘c’, and ‘vector’

Filtered by Project Tags array c vector

Refine results Project Tags buffer (1) datatype (1) stack (1) abstracttype (1) map (1) static (1) adt (1) dynamic (1)

[2 total ]

0 Users

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]
Created about 1 year ago.

0 Users

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]
Created 7 months ago.