To open a file in Append mode, set offset is invalid

Source: Internet
Author: User

1#include <stdio.h>2 3 intMain ()4 {5FILE * fd = fopen ("btoo1.c","ab+");6 fpos_t p;7     intfp = Fgetpos (FD, &p);8printf"bef Seek:fgetpos =%ld, Ftell =%d\n", p, Ftell (FD));9Fseek (FD, A, seek_set);TenFgetpos (FD, &p); Oneprintf"bef Seek:fgetpos =%ld, Ftell =%d\n", p, Ftell (FD)); AFwrite"*****",1,5, FD); - fclose (FD); -     return 0; the}
View Code

Test the code as above. The phenomenon is so, the reason is unknown.

Solution:

Set the temporary file, write the content before the offset to the 0 o'clock file, delete the source file, and then rename the zero file.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.