I have to generate a number of files based on a variable.
Is there a way to do this withou declaring the FILE (FILE *fptr)?

I've search a lot, and found about fstream, but this, apparently, only works with C++T

Thanks