Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt5 and ANSI C++
Forum Updated to NodeBB v4.3 + New Features

Qt5 and ANSI C++

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 2 Posters 3.0k 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.
  • S Offline
    S Offline
    slinkypower
    wrote on last edited by
    #1

    Hello to everyone,
    i'm an young developer, and i'm trying to start develop Ubuntu Touch. I know really good the ANSI C++, Is there any way to implement this into Qt? Can I reuse my function and classes? Can i use standard C++ libraries like cmath or STL? And, How can i interact with QtQuickUI?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Yes, Qt is still ISO C++ at heart. It makes the language much easier to use and comes with a splendid API, but it's c++ all the way (well, apart from V8, v4vm and QML, of course ;) ).

      Yes you can use STL, boost, cmath, OpenCV and any other c or c++ library in Qt. For QtQuick interaction, please see the documentation - it's a big topic.

      (Z(:^

      1 Reply Last reply
      0
      • S Offline
        S Offline
        slinkypower
        wrote on last edited by
        #3

        thanks, im soo noob with this language, can you link me the discussion?

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          Here's the "doc":http://qt-project.org/doc/qt-4.8/qtbinding.html. I would suggest getting good in pure QML and C++ before going for interchanging those. It's not hard, but takes some effort to get one's head around.

          (Z(:^

          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