Search code examples
cvectordynamic-arrays

Vector implementation in C


I tried googling it, but no solid answer. What are available, still maintained dynamic array implementations for C? What are pros and cons for every one of them, and what is the best one(speed/footprint ratio)? Just asking, so that I don't have to reinvent the wheel.


Solution

  • GArray from GLib does what you want.