PDA

View Full Version : Reading console in qt



KrishnaKishan
12th March 2007, 08:49
I want to read the console statements from current running console window (i.e. both cout and printf statements) using qt3.3.4.

Could any one suggest me how to do it?

wysota
12th March 2007, 15:41
Can you provide more details? Can't you use std::cin?