hey after i create a named pipe ..i need to give connect().but i cant have the code to write to pipe just next to connect(). so it should be like creating named pipe and waiting for connecting.while waiting for connecting..i should invoke a method to write on pipe..
Comment on Re^2: how to join these interdependent codes???