Hi David, thanks, included in SVN 443. This is interesting because I normally use something like out << endl which should have flushed the buffer. On the other hand ⍞ is somewhat special because it prints a prompt but no endl so that the user enters her input on the same line. I have added a few cout << flush for ⎕/⍞ so maybe the patch isn't needed anymore (I guess unbuffered output is slightly slower than buffered output). /// Jürgen On 08/22/2014 05:11 AM, David Lamkins
wrote:
|
- [Bug-apl] Patch: cout buffer control David Lamkins
- Re: [Bug-apl] Patch: cout buffer control David Lamkins
- Re: [Bug-apl] Patch: cout buffer control Juergen Sauermann
- Re: [Bug-apl] Patch: cout buffer control David Lamkins
- Re: [Bug-apl] Patch: cout buffer contro... Chris Moller