SyntaxFix
Write A Post
Hire A Developer
Questions
Open with append:
pFile2 = fopen("myfile2.txt", "a");
then just write to pFile2, no need to fseek().
pFile2
fseek()