I wonder if there is an alternative for the std::vector in C? I found this implementation but it seems to contain some issues with memory reallocation.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
While reading C Array vs. C++ Vector, I found an interesting implementation of a simple vector container in C, which also includes push/pop operations. It's worth reading it! |
|||
|
|
|
You can give
|
|||||
|
|
If you focus is on mathematics you can work with GSL, there have a more bare bones math centric concept. |
|||
|
|