On Tue, Mar 20, 2012 at 4:21 PM, Dani Moncayo
<dmoncayo@gmail.com> wrote:
At this point, the *input/output of p1.exe* buffer should show the
"hello, world!" message written to the standard output, right? But I
observe that the buffer remains empty (see attached screenshot).
Just a guess:
There is no newline in the intended output, so perhaps the output isn't flushed yet. Does it appear if you step through the rest of the program?
--