Hi,
im trying to create a code which opens a text file, writes some content from that text file (fwrite) and then reads a part of that content (fread). Finally i close the file (fclose)
What mode should i use at fopen() to do these operations ? r, r+, w+b???
Bye
Javi



LinkBack URL
About LinkBacks


