(A case for) Creating a stack-allocated Stack container in C++
Oct 6, 2023 · 3 min read · I've always looked inside the C++ STL and wondered why the library provided stack container is not allocated on the stack section but is actually allocated on the heap. A container which is allocated on stack would be handy in embedded systems where ...
Join discussion
