Using alloca?

Maxime Chevalier-Boisvert maximechevalierb at gmail.com
Fri Jun 28 08:16:59 PDT 2013


On Friday, 28 June 2013 at 05:27:54 UTC, Andrei Alexandrescu 
wrote:
> On 6/27/13 9:42 PM, Maxime Chevalier-Boisvert wrote:
>> I'd like to stack-allocate an array that will be dynamically 
>> sized. Is
>> alloca somewhere in the standard D library? If so, what should 
>> I import
>> to have access to it?
>
> Yah, import core.stdc.stdlib.
>
> Andrei

Thank you good sir :)


More information about the Digitalmars-d mailing list