Hi guys. I'm using fopen() in order to open a file to write some data. My problem is that i want to have a variable filename and not one with a constant name. I know that fopen() takes a const char as a filename parameter, but is there any way to do this?
Thanks