|
C++ and semaphore operations
|
07/23/2013 11:42 AM
post103479
|
C++ and semaphore operations
I have some C code that I copy and compile as C++; the code here uses semctl, semop, et al.
When compiled as C++ it says 'was not declared in this scope' what namespace do I have to add?
|
|
|