Results 1 to 9 of 9

Thread: How to invoke Mingw Compiler?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2013
    Location
    Chandigarh, India
    Posts
    62
    Qt products
    Qt4 Qt5
    Platforms
    Windows
    Thanks
    8
    Thanked 11 Times in 7 Posts

    Default Re: How to invoke Mingw Compiler?

    @wysota, It has nothing to do with invoking. I am continuing the same thread instead of beginning a new one. "\b" is used for backspaces in a C-program. When the output containing "\b" is written to a txt file, "\b" displays bullets instead of backspaces. Can you help me out with this?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: How to invoke Mingw Compiler?

    Quote Originally Posted by aaditya190 View Post
    @wysota, It has nothing to do with invoking. I am continuing the same thread instead of beginning a new one.
    So start a new one if you have a different problem. This thread is not called "All problems of aaditya190".

    "\b" is used for backspaces in a C-program.
    Did you remember to escape the backslash

    When the output containing "\b" is written to a txt file, "\b" displays bullets instead of backspaces.
    It is the program you use for displaying the file that does that, not "the compiler".
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. msvc Compiler or mingw compiler
    By Ashutosh2k1 in forum Qt Programming
    Replies: 3
    Last Post: 14th February 2011, 08:33
  2. MinGW Compiler under WXP
    By Walsi in forum Newbie
    Replies: 2
    Last Post: 30th March 2007, 17:26
  3. Where do I can download mingw compiler?
    By Illuminnator in forum General Discussion
    Replies: 3
    Last Post: 25th February 2007, 06:55
  4. Loaded QT 4.1.1 and MinGW Compiler
    By Seth in forum Newbie
    Replies: 7
    Last Post: 8th July 2006, 15:03
  5. How to setup the Dev C++ with MingW compiler for QT?
    By gopik_g in forum Installation and Deployment
    Replies: 1
    Last Post: 4th June 2006, 08:19

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
  •  
Qt is a trademark of The Qt Company.