Jamie
2011-06-30 11:30:33 UTC
I'm using custom file extensions with my programs, such as .jre and .enf, which I have not had any problems with so far while using Java, but I can't seem to read from these with my C programs. Can C only open certain file extensions? I'm using the same code, but changing the file name and my program works fine with a .txt extension, but crashes with the use of the other file extensions.
So, can someone explain to me why its not working?
Thanks