I need help making code that will create 4 different output files.
All I know at the moment on this topic is how to fopen/fclose and the stuff in between however fopen requires the output file to be available before the program stars to run.
Mabey theres an fcreate function or something? : )