Since C it\'s not a language I am used to program with, I don\'t know how to do this.
I have a project folder where I have all the .c and .h files and a conf folder unde
The location of your .c and .h files is not really the issue; the issue is the current working directory when you run your executable.
.c
.h
Can you not pass in the full path to the fopen() function?
fopen()