C++ Client and Server, Overlapped Server and Thread Server
This C++ Program demonstrate the use of pipes to pass a continuous stream of data between processes. It has four parts i.e. Simple named pipe client , Overlapped Server, Simple named pipe server and Advanced named pipe server.
Read More