WIN32 API Pipes

Hey All,

I need to see two examples of code.

I need to see one example that opens a pipe and write an argv[] value to the pipe.

I need to see one example that reads the argv[] value from the pipe.

I have found several generic examples and sudo code over the web but they are all useless to me.

I need a concrete example that works that I can learn from. I have to build a much biger project that will involve this process. It is a parent/child relationship. The parent will pass info over the pipe to the child and the child back to the parent.
Topic archived. No new replies allowed.