Hi, Is there any problems with using variable length arrays in C for Pd source or externals?
I have code that outputs a list of all loaded classnames, and a variable length array is very handy in that case.
-Jonathan
On 07/28/2014 06:35 PM, Jonathan Wilkes via Pd-list wrote:
Hi, Is there any problems with using variable length arrays in C for Pd source or externals?
Pd does not impose any restrictions on the language of C.
the only problem is, that you need a C99 compliant compiler (think w32)
fmsdr IOhannes