Dynamic Array

Copyright

© 2015 Economic Modeling Specialists, Intl.

Authors

Brian Schott

License

Boost License 1.0

Structs

DynamicArrayArray that is able to grow itself when items are appended to it. Uses malloc/free/realloc to manage its storage.