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?

  • tubbaduOP
    link
    11 year ago

    I like the solution of the single process, thank you very much!