Results 1 to 2 of 2

Thread: Can I read output of a single with the help of Mingw Compiler?

  1. #1
    Join Date
    Nov 2013
    Posts
    46
    Thanks
    6
    Qt products
    Qt5
    Platforms
    Windows

    Default Can I read output of a single with the help of Mingw Compiler?

    I am able to read entire program output with the help of Mingw Compiler but is it possible to read the line by line output of a program with help of same compiler?

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Can I read output of a single with the help of Mingw Compiler?

    The C++ compiler is for producing executable objects from source code. It has nothing to do with producing or reading the output of that executable object when it is run.

    If you run a program with QProcess, as you have been told to do repeatedly over numerous threads, you can read the output of that program in any way you can like: byte by byte, line by line, all at once...

Similar Threads

  1. How to invoke Mingw Compiler?
    By parulkalra14 in forum Qt Programming
    Replies: 8
    Last Post: 16th January 2014, 09:38
  2. msvc Compiler or mingw compiler
    By Ashutosh2k1 in forum Qt Programming
    Replies: 3
    Last Post: 14th February 2011, 09:33
  3. MinGW Compiler under WXP
    By Walsi in forum Newbie
    Replies: 2
    Last Post: 30th March 2007, 18:26
  4. Where do I can download mingw compiler?
    By Illuminnator in forum General Discussion
    Replies: 3
    Last Post: 25th February 2007, 07:55
  5. Loaded QT 4.1.1 and MinGW Compiler
    By Seth in forum Newbie
    Replies: 7
    Last Post: 8th July 2006, 16:03

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.