DMD 0.175 release

Frits van Bommel fvbommel at REMwOVExCAPSs.nl
Sat Nov 25 09:46:46 PST 2006


John Reimer wrote:
> On Sat, 25 Nov 2006 05:14:01 -0800, Lionello Lunesu 
> <lionello at lunesu.remove.com> wrote:
>> Which reminds me: will "char[varsize] array_on_stack" ever be possible?
> 
> Huh?
> 
> void main() {
>    char[256] p;
> }
> 
> Is already allocated on the stack.  What do you mean?

I think he means something more along the lines of:

void foo(size_t bar) {
     char[bar] p;
}



More information about the Digitalmars-d-announce mailing list