Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using Named Pipes in C++

The programs here quickly demonstrate how to use named pipes in C++. Simply run:

$ make all

then fire up 2 xterms and run the following command in the first xterm:

$ ./simpleOutPipe

and the following command in the second xterm:

$ ./simpleInPipe

You can get more information about these programs from my blog.

About

This tutorial demonstrates how to create 2 process that shares data using a fifo pipe in C++.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages