Thread
:
C IDE FOR WIDNOWS --> PLS HELP !!
View Single Post
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
This code is not guarenteed to show up until your program actually closes:
(
Toggle Plain Text
)
printf( "Hello" );
printf( "Hello" );
You can use:
(
Toggle Plain Text
)
printf( "Hello\n" );
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
View Public Profile
Find More Posts by Harakim