Hi,
If I open a file for writing in main(), will all threads see the file already open? So can threads write directly to the file?
Thanks!
This is a discussion on Simply question about Pthread within the C Programming forums, part of the General Programming Boards category; Hi, If I open a file for writing in main(), will all threads see the file already open? So can ...
Hi,
If I open a file for writing in main(), will all threads see the file already open? So can threads write directly to the file?
Thanks!
https://computing.llnl.gov/tutorials/pthreads/
why not find out yourself??