Hmm, seems C99 allows this. I didn't know that - my bad.
Personally, I avoid variable length arrays out of fear that the
allocation might fail. On 10.3 or 10.4 I ran into a situation where
writing to memory from alloca was smashing the stack; unfortunately it
didn't return NULL when it wasn't able to allocate sufficient memory.
My impression was that the mechanism is similar for these, but I could
be totally wrong...
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
This email sent to email@hidden