Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C++
File locking in C++
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="James Kanze, post: 4133926"] Neither C nor C++ support file locking. In general, support for anything more than a simple sequential stream is very limited. More complex operations have to descend to the system level (different in Windows and Posix), and use it. (Your functions flock and fcntl are Posix, not C, and are probably not available under Windows.) [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C++
File locking in C++
Top