Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. c++11
Qt 6.11 is out! See what's new in the release blog

c++11

Scheduled Pinned Locked Moved General and Desktop
5 Posts 4 Posters 1.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Does Qt support C++11? if not, when should we expect Qt to support it?

    Thanks in advance

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You'll have to be more specific, which version of Qt ?

      If you mean Qt 5, a quick google search gives you "this":http://www.macieira.org/blog/2011/09/cxx11-support-in-qt-5/ and "that":http://woboq.com/blog/cpp11-in-qt5.html

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • Chris KawaC Offline
        Chris KawaC Offline
        Chris Kawa
        Lifetime Qt Champion
        wrote on last edited by
        #3

        C++11 is still a moving target for large libraries like Qt because of varying implementation status on different compilers and platforms, but a lot is done already and Qt5 has some nifty C++11 features.

        On top of what SGaist posted there's more recent "talk by Thiago Macieira":http://youtu.be/olSSGA_nD1Q. Very insightful.

        1 Reply Last reply
        0
        • ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4

          Yes, sorry, I was not clear enough. I am using Qt 5 on Win 7. The most appropriate question, I guess, would be... Can I use 'Windows Qt 5' with a newer c++ compiler version?. Just like Qt has been working on the porting of its code to C++11, so have been a lot of developer, I being one of them. There is one application that I am working on that will soon need a UI, and I have my eyes set on WinQt. However, should WinQt not be ready for C++11 I will start preparing for the app with another UI.
          I have looked at Embarcadero, and boy do that RAD feels powerful!!! It feels even more robust than VS10/12/13. But the price tag on that RAD is really, really, really robust too. So robust I feel I cannot afford it. Qt's price is affordable and its RAD is, is... well, it is second to none.

          1 Reply Last reply
          0
          • JKSHJ Offline
            JKSHJ Offline
            JKSH
            Moderators
            wrote on last edited by
            #5

            Did you visit the links that SGaist and Chris gave you? They discuss C++11 features extensively, especially the woboq.com article.

            Qt 5 already makes use of C++11 in its code -- some Qt 5 features are even unavailable to developers who use non-C++11 compilers.

            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved