An open API service indexing awesome lists of open source software.

https://github.com/randomgamingdev/cpp-vla

VLAs (Variable Length Arrays) are commonly used, stack-allocated arrays from C99, that don't work in standardized C++. This library is a header only library that brings VLAs to C++.
https://github.com/randomgamingdev/cpp-vla

array arrays cpp fast header header-only memory memory-management simple small stack

Last synced: 3 months ago
JSON representation

VLAs (Variable Length Arrays) are commonly used, stack-allocated arrays from C99, that don't work in standardized C++. This library is a header only library that brings VLAs to C++.

Awesome Lists containing this project