Answer the question
In order to leave comments, you need to log in
How to read lines from stdin without blocking?
There is such a script:
#!/bin/bash
cat file | ./programm
exit 0
How to correctly implement the c++ program programm so that it can correctly read these lines from
stdin and not block?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question