Hi,
I need the Unix C++ equivalent of the Windows ifstream/ofstream filebuf setting, ie
os.open("file.dat", ios:ut, filebuf::sh_none) ;
Can anyone tell me if there is one, or some other way to ensure a file cannot be updated twice simultaneously ?
Thanks.
I need the Unix C++ equivalent of the Windows ifstream/ofstream filebuf setting, ie
os.open("file.dat", ios:ut, filebuf::sh_none) ;
Can anyone tell me if there is one, or some other way to ensure a file cannot be updated twice simultaneously ?
Thanks.