No, variable length arrays are C99 and not standard C++, though many compilers implement them as an extension.
Either use a const variable or allocate on the heap (malloc). On Feb 10, 2009, at 10:42 AM, C. Titus Brown wrote: > Ahh, ok, we didn't test it explicitly on Windows. Whoops. > > Hmm, Alex, any thoughts? I thought this was actually a standard > feature > of C++. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
