Skip to content
maxdz-gmbh edited this page Apr 29, 2021 · 3 revisions

mdz_vector description

mdz_vector is dynamically-sized contiguous container.

Capacity - how many items memory is reserved for.
Size - how many items are actually residing in a vector.

"reserve/AndReserve" functions allocate/reallocate memory dynamically using malloc()/realloc().
"attach" functionality allows attaching contiguous block of memory to vector, for using vector functions on it.

Test license generation: - in order to get free test-license, please proceed to our Shop page maxdz Shop and register an account. After registration you will be able to obtain free 14-days test-licenses for our products using "Obtain for free" button.

mdz_vector_init() with license information should be called for library initialization before any other library call.

mdz_vector_init("<first-name-hash>", "<last-name-hash>", "<email-hash>", "<license-hash>");

mdz_vector API Reference is generated using mdzApiRefGenerator.