View Single Post
Old Jun 6th, 2006, 2:48 PM   #5
Harakim
Hobbyist Programmer
 
Join Date: May 2006
Location: West Jordan, Utah, United States
Posts: 176
Rep Power: 3 Harakim is on a distinguished road
This code is not guarenteed to show up until your program actually closes:
printf( "Hello" );

You can use:
printf( "Hello\n" );

If this is your problem, hopefully other people will comment on it. I don't actually know about the different ways to correctly flush the buffer.
Harakim is offline   Reply With Quote