vladimir wrote:

> hello
> 
> 
> i wander is there a way to create window-console
> so that every
> cout << something ;
> from the start of my program is displayed into one window
> ?
> 
> thanks

Not exactly what you are looking for, but perhaps you can work out something
from this:

http://seriss.com/people/erco/fltk/#Fltk-tty

Having thought about this for all of 1.24 seconds, perhaps monitor stdout's
file descriptor (fd) and when text appears, write it to the
Fl_Text_Display?

-- 
Alvin
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to