I just tested because i'll need soon the fopen function...
Im using Visual C++ and i made a txt file in the root (didn't work so also tried to put in the source folder.. didn't work either)
the text file's name is: Keywords.txt
I tried this:
fopen("Keywords", "r");
didn't work so also tried this:
fopen("Keywords.txt", "r");
and of course, didn't work either...
Thanks.