Alexander Gran
2009-08-02 23:58:11 UTC
Hi,
I have a command line C programm that should send its output via a pipe to
another program. Everything is working fine if I execute it via commandline
or batchfile like
myProg.exe | otherProg.exe
However I want to debug it now. How do I tell Visual (2008) to pipe the
output?
regards
Alex
I have a command line C programm that should send its output via a pipe to
another program. Everything is working fine if I execute it via commandline
or batchfile like
myProg.exe | otherProg.exe
However I want to debug it now. How do I tell Visual (2008) to pipe the
output?
regards
Alex