Hello,
Is it possible to send EOF to cout?
I am doing a test program "tester" and I need to send EOF signal, because I am using a pipe: "tester | tested" and "tested" waits for EOF.
However, when I use "cout << EOF", only -1 is sent to cout.
Thanks.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 7 of 7
Thread: cout << EOFThreaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |