Results 1 to 10 of 10

Thread: multithreading

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,348
    Qt products
    Qt5
    Platforms
    Windows
    Thanks
    318
    Thanked 872 Times in 859 Posts

    Default Re: Multithreading using qt

    Is the material in this book still applicable
    Yes, mostly. It is based on Qt 4, but Qt 5 mostly adds features to Qt 4 and changes only a small number of the older features.

    (i.e. its example code compiles & runs without errors ?) using Qt 5 please?
    Mostly no. From Qt 4 to Qt 5 the organization of the Qt distribution completely changed, including the locations of Qt header files and the names of Qt libraries. In addition, some of the arguments to basic functions changed.

    The best way to proceed is to load the project into Qt Creator, configure it to use your current Qt distribution, then try to build it. Look at what the compiler or linker tell you is wrong, fix them, and build again. The process will be the same for almost every example and once you get it for the first one, the rest will follow the same pattern.

    There are newer books that are Qt 5 based, such as the one by Wysota and Haas (which you will also find on Amazon).
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    21
    Thanked 418 Times in 411 Posts

    Default Re: Multithreading using qt

    Thank you for suggesting "The Foundations of Qt Development (ISBN: 1-59059-831-8)"
    Just in case it was not clear, its part of my signature.
    At the time when I put it in my signature, this book was the newest (btw, written by e8johan).
    I probably should update my signature :-)
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Similar Threads

  1. Multithreading & GUI
    By qthread in forum Qt Programming
    Replies: 22
    Last Post: 24th August 2014, 11:37
  2. Multithreading
    By havij000 in forum Newbie
    Replies: 22
    Last Post: 21st August 2013, 14:35
  3. When to use Multithreading?
    By "BumbleBee" in forum General Programming
    Replies: 5
    Last Post: 30th April 2011, 19:21
  4. regarding multithreading
    By mohanakrishnan in forum Qt Programming
    Replies: 19
    Last Post: 9th December 2009, 09:21
  5. multithreading
    By mickey in forum General Programming
    Replies: 2
    Last Post: 5th June 2008, 23:01

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.