hy..i wanna ask a question about fopen and fclose..for example,
i write
.
.
.
FILE *f;
f=fopen("document.txt","w");
.
.
.
fclose(f);
........
but proggram is not working...when i specify like that
f=fopen("C:\document.txt","w");
there is an error says"hex constants must have at least one hex
digit"..i did not understand that..by the way;i created a folder on my
desktop..is that important where folder that i want to open is?
i am looking forward you to send me an example good-working program
about my question.thanhx