Tagged Questions

1
vote
1answer
170 views

alloca() of a templated array of types: how to do this?

I have a smart pointer type, and would like to construct an object that takes a pointer of that type and a count (dynamically calculated at runtime) and allocates enough memory from the stack to hold ...