I seem to be having a little trouble opening a file.
When I give the full path name to the file and use fopen I dont
open the file. If I am in the dir and just use the name, it works fine. I
hardcoded the name and path into the fopen cmd to test it, but it still failed.
I typed:
if((someptr=fopen("Games:recog/project/Vocab.v","r"))==NULL)
printerror();
if I just use Vocab.v in place of the full path, I don't have any
trouble at all.
I appreciate any help
Neil