Tagged Questions
2
votes
1answer
389 views
I/O redirection using cygwin and mingw
I have written a program in C and have compiled it using MinGW. When I try to run that program in Cygwin, it seems to behave normally (i.e. prints correct output etc.)
However, I'm trying to pipe ...