Re: GTK+ and printf/cout/streams
- From: ZB <zb197 yahoo com>
- To: Nicolas Gosselin <nic speakeasy net>, gtk-app-devel-list gnome org
- Subject: Re: GTK+ and printf/cout/streams
- Date: Mon, 18 Jun 2001 22:07:35 -0700 (PDT)
You need a \n at the end to flush it.
So do:
printf ("TEST\n");
Zev.
--- Nicolas Gosselin <nic speakeasy net> wrote:
Hi,
I am wondering if anyone is having this particular
issue as well
I am writting a program using C and gtk+. The issue
is the following:
I have a entry box which I have a "activate" signal
(pretty much like the
example in the tutorial except its part of a
application, well the issue I get
is that I can't use printf only g_print works. If I
use printf it wont print to
the screen until I quit the whole application. I am
wondering if anyone has ever had
this happen to them, and if they have a way to fix
it. I already know I could make
printf use g_print with a #define stattement and I
already know I could use g_print heh
I am looking for ways to fix the issue to be able to
use printf if possible..
compiler version is : gcc version 2.95.3
OS: is linux running kernel 2.4.4
thanks,
nic
nic speakeasy net
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
__________________________________________________
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]