On Thu, Sep 22, 2016 at 11:09 AM, René J. V. Bertin <[email protected]> wrote:
> but just need to be able to read from stdin and write to > stdout/stderr? > QTextStream isn't good for that? QTextStream in(stdin), out(stdout); int readFromConsole; in >> readFromConsole; out << readFromConsole;
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
