Hello guys
What's wrong with the code below that messagebox displays empty string??
Qt Code:
std::cout<<"bla"; qDebug()<<"ble"; line = stream.readLine(); To copy to clipboard, switch view to plain text mode
Hello guys
What's wrong with the code below that messagebox displays empty string??
Qt Code:
std::cout<<"bla"; qDebug()<<"ble"; line = stream.readLine(); To copy to clipboard, switch view to plain text mode
Last edited by MasterBLB; 19th November 2012 at 10:13.
what is 'stdout' ? Please read my sig.
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
http://qt-project.org/doc/qt-4.8/qte...m.html#details
That's the example from Qt doc.
Bookmarks