|
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 !
There's a fine line between genius and insanity. I have erased this line. Oscar Levant There's a fine line between an administrator and black hat hacker. I have erased this line. Dr DEBCOL |
|||
|
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