The output just doesn't get flushed, so add std::endl (or std::flush)
or simply use qDebug()Qt Code:
std::cout << "something" << std::endl;To copy to clipboard, switch view to plain text mode
The output just doesn't get flushed, so add std::endl (or std::flush)
or simply use qDebug()Qt Code:
std::cout << "something" << std::endl;To copy to clipboard, switch view to plain text mode
J-P Nurmi
Bookmarks