Hi.
I'm newbie in C language (and in programming in general) and I don't know if this is possible.
Imagine you have an integer variable called "number" with a number, and when you executes a function, this function creates a variable called "audio1" and increments number (number ++; ). The next time this function will create another variable called "audio2".
Is this possible?
Thanks.