We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hello, I'm using the scanf function and it works as expected. But, if there a termination, eg. because of a conflict with the input stream, the next scanf call does not wait for the a input. The return value (EOF) is ok. Have everyone a hint for me? Dietmar
Maybe it'd be easier to just read into a buffer, and then parse that - rather than trying to do it "on the fly?"