You are trying to write to QDebugStream and you should write to std::cout, so try this:
instead.Qt Code:
std::cout <<"Hello! We are ready for working" << std::endl;To copy to clipboard, switch view to plain text mode
You are trying to write to QDebugStream and you should write to std::cout, so try this:
instead.Qt Code:
std::cout <<"Hello! We are ready for working" << std::endl;To copy to clipboard, switch view to plain text mode
The Wheel weaves as the Wheel wills.
Krish (27th March 2008)
Hello! danadam,
Thanks for taking out time & replying me. I had include the std namespace at the beginning of the implementation, but it wasn't working.
But now i tried to separately add std::cout its working.
Thanks again & Best Regards.
Bookmarks