01-25-2013 11:45 AM
How do I actually go about printing to the console from one of my cpp files? All I'm trying to do is print some data so I can see what I'm working with and then move forward accordingly.
When working on Android apps in Eclipse, all I had to do was type System.out.println(); and fill it with any object or variable and it would spit it out. I can't seem to find anything similar here.
Thanks in advance!
Solved! Go to Solution.
01-25-2013 11:51 AM
01-25-2013 11:58 AM
01-25-2013 12:35 PM
01-25-2013 02:38 PM
Why not just use simple fprintf to stdout?
01-25-2013 02:59 PM
01-25-2013 03:07 PM
Thank you. I have have a look of this logging feature. Do you know where to config qDebug to output to a log file or output to the console?
01-25-2013 03:12 PM