Hello! I’m writing a Qt/c++ program that should write and read data on a file, while another process does the same. What file format should I use to prevent conflicts?

  • @LetterboxPancake
    link
    Deutsch
    18 months ago

    Or if possible, let the process communicate with the other and let only one write to the file.