I have a problem in creating FILE pointer like FILE *fp; and then i opend a file like fp = fopen("c:/user/xilinx/project1/hello.txt","w");
and I didn't get any address in file pointer while debugging and i didn't get any dump file hello.text in my project1,, help me