Two output problems
Alvin Beach
alvinbeach at gmail.com
Thu Mar 16 00:58:37 GMT 2006
On 3/15/06, Ian Gordon <iangordon at uklinux.net> wrote:
> Hi
> When using Kdevelop with C++ and Qt3 under Suse 10 I have encountered a
> strange problem.
> I sometimes include a cout statement in a program to ensure it is performing
> as expected but although compilation is successful no output appears on the
> screen.
Does the output appear when the program terminates? I found that
anything written to stdout/cout doesn't appear till after the program
is done. To work around this, I tend to write to stderr/cerr instead.
I don't use ruby, so I can't help there.
Alvin
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list