PDA

View Full Version : where is cout



hqking1988
21st August 2010, 02:33
hi,i'm new in Qt.i use it on Windows.i get a problem here:
After i type in : cout << "hello world",where did it come out? i can't see it.why didn't it like visual c++ just poping a window which claimed "hello world" cheerfully?

hqking1988
21st August 2010, 02:34
Add:i use Qt Creator 2.0

tbscope
21st August 2010, 06:37
Already answered in the Qt Tools section (I think).
Add config += console to your pro file

hqking1988
22nd August 2010, 03:35
thank you,tbscope
for your advice,this problem has been solved