Results 1 to 4 of 4

Thread: Are QT + mingw using c++0x ?

  1. #1
    Join Date
    Sep 2010
    Posts
    654
    Thanks
    56
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Are QT + mingw using c++0x ?

    Often I see references about c++0x and I ask myself if it can be interesting.
    I have Qt + Mingw.
    Any idea? Pros and cons ? Thanks

  2. #2
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Thanks
    62
    Thanked 260 Times in 246 Posts
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Are QT + mingw using c++0x ?

    When i searched for MinGW C++0x features, i didn't found a list, but since MinGW is a GCC port i assume that the GCC list apply here, if you installed the Qt SDK you have MinGW (port of GCC version 4.4.0) so this is the list of 0x features that are included

  3. #3
    Join Date
    Sep 2010
    Posts
    654
    Thanks
    56
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Are QT + mingw using c++0x ?

    And, do you recommend me to learn c++0x ??

  4. #4
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Thanks
    62
    Thanked 260 Times in 246 Posts
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Are QT + mingw using c++0x ?

    C++0x isn't a new language - it's still C++ with some new language features and some new libraries (and i think some other libraries moved from tr1 namespace to std namespace).

    You can (and you will in the future) learn some features and most likely you can ignore some other features, you can read about C++0x here (on wikipedia) and here is Stroustrup's 0x FAQ.

Similar Threads

  1. VC++ & minGW
    By NewLegend in forum Qt Programming
    Replies: 3
    Last Post: 30th August 2010, 06:43
  2. Phonon on Qt 4.6.3 with mingw
    By paolom in forum Qt Programming
    Replies: 0
    Last Post: 14th July 2010, 18:05
  3. Qt for mingw
    By calmspeaker in forum Qt Programming
    Replies: 1
    Last Post: 15th January 2009, 09:57
  4. MinGW how to
    By nileshsince1980 in forum Qt Programming
    Replies: 3
    Last Post: 24th September 2007, 12:54
  5. Where do I get MinGW 3.2 ?
    By Shwetha in forum Newbie
    Replies: 19
    Last Post: 3rd April 2006, 23:36

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.