|
pipes to write and read
|
|
02-02-2010, 04:27 PM
Post: #1
|
|||
|
|||
|
pipes to write and read
This program writes to the sort program then pipe the data back into the program to read it instead of the standard output.
Code: #include <string> |
|||
|
02-02-2010, 07:19 PM
Post: #2
|
|||
|
|||
|
RE: pipes to write and read
Great code. You used really good libs there !
"I dont know with what weapons World War 3 will be fought with, but i know World War 4 will be fought with stones and sticks" - Albert Einstein |
|||
|
02-03-2010, 12:23 AM
(This post was last modified: 02-03-2010 12:24 AM by codecaine.)
Post: #3
|
|||
|
|||
|
RE: pipes to write and read
You that is just a small look at unix api
It is very powerful windows have nothing like it to pipe data. free pascal compiler has full access to unix api also
|
|||
|
« Next Oldest | Next Newest »
|







It is very powerful windows have nothing like it to pipe data. free pascal compiler has full access to unix api also