PDA

View Full Version : Core Application - Input/Output



Peppy
19th May 2010, 10:46
Does have Qt any IO functions, or just use cout / cin ?

aamer4yu
19th May 2010, 10:58
What kind of IO you want ?
you can use widgets to input / output data.
Also if using debug mode, you have qDebug.

What else you mean ?

Peppy
19th May 2010, 11:04
commands into Console Window

bender86
19th May 2010, 11:17
You can use QTextStream with stdio/stdout. There is an example in the documentation.

wysota
19th May 2010, 11:47
Does have Qt any IO functions, or just use cout / cin ?

Everything based on QIODevice is related to I/O.