PDA

View Full Version : dislplay info in konsole?



lum
27th April 2006, 15:27
Hello,
I want to ask:
is it possible to display some informaton about my KDE program when it is running in konsole?
Just like the the compile messages in KDevelop. How can I do this like cout<< in c++?

jacek
27th April 2006, 17:49
Either use std::cout, std::cerr, qWarning() or qDebug().