vote up 0 vote down star

Posix provided both named and non-named pipes... Can you have a non-named pipes and windows and how to use them?

flag

2 Answers

vote up 2 vote down check

Yes. They are called "Anonymous Pipes" in the Windows API documentation. For more details, see MSDN.

link|flag
vote up 1 vote down

Yes you can: CreatePipe() (vs. CreateNamedPipe()).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.