hi,
i am trying to connect a maximum of up to three processes in c using pipes as the means of communication, each process should be forked from a single parent process but i'm having trouble with the pipes. I can find plenty of examples where a parent process foks a child and communicates with it through a pipe but nothing using anymore than that, ie i need an array of pipes(i think!). Any examples or pointers to how to go about this would be great.

thanks very much.