|
Project Information
|
The program is a useful example of using shared memory, semaphores, message queues (mail slots) in Windows system programming. It is a client - server application. - The clients and the server share a binary search tree - The client sends messages to the server with the operations that should be done - The server modifies the tree as it receives messages Language: C++ |