Redirecting standard output to a namedpiped

  • Thread starter Thread starter ehsansad
  • Start date Start date
E

ehsansad

Guest
Hello,

I know that with freopen() I can redirect the standard output to a file, now question is there anyway to use freopen() and give it a named pipe. This way instead of redirecting to a file I will redirect it to the named pipe.


cheers,

Ehsan

Continue reading...
 
Back
Top