Hi,
I need help on creating create multiple files dynamically, meaning, creating a file when i need to write in it, then move to another file to write some other things...
because FILE *'s need to be declared ahead of time... i don't know how to create this recursively... I don't know how many files i need to create until run time.
Thank you for any suggestion!
k
I need help on creating create multiple files dynamically, meaning, creating a file when i need to write in it, then move to another file to write some other things...
because FILE *'s need to be declared ahead of time... i don't know how to create this recursively... I don't know how many files i need to create until run time.
Thank you for any suggestion!
k