I have a config file which includes how many files I need to create. So my program reads the config file and will create those files. Where I am stuck is I do not know before hand how many File pointers I need. I get to know quantity of files once the program reads the config file.
Any suggestions how to setup required #file pointers for those files so data can be written to them?