Results 1 to 20 of 85

Thread: What are your favourite C++ books?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2012
    Posts
    13
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: What are your favourite C++ books?

    Can anyone recommend a book that handles the new features of C++11?

  2. #2
    Join Date
    Jul 2012
    Posts
    13
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: What are your favourite C++ books?

    Aren't there any or do you guys think it's a stupid question, I can find C++11 books but they don't seem to limit them selves to only the new stuff in C++11

  3. #3
    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: What are your favourite C++ books?

    Quote Originally Posted by Destiser View Post
    Can anyone recommend a book that handles the new features of C++11?
    This one is about concurrency in C++11.
    And this one is about STL.
    Also there is Stroustrup's C++11 faq and also wikipedia page but note that no compiler support all C++11 features yet.

    LE: Also we can wait for the 4'th edition of "The C++ programming language"
    Last edited by Zlatomir; 1st November 2012 at 12:32.

  4. #4
    Join Date
    Feb 2011
    Location
    Bangalore
    Posts
    207
    Thanks
    20
    Thanked 28 Times in 27 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: What are your favourite C++ books?

    The gang of four, gamma et al, though not specific to c++ is simply the best. Particularly for ui, with so many classes to play with, it is a great help in design strategies. Alexandrescu modern c++ design is good too but I liked C++ Templates: The Complete Guide (David Vandevoorde, Nicolai M. Josuttis) more as it helped me for the daily usage more.
    I liked meyers effective c++ too.

Similar Threads

  1. any good books for QT 4.2?
    By neomax in forum General Discussion
    Replies: 7
    Last Post: 4th September 2007, 08:37
  2. Both Qt 4 books delayed?
    By brcain in forum General Discussion
    Replies: 32
    Last Post: 24th January 2007, 02:42
  3. books to learn Qt
    By nimmyj in forum Newbie
    Replies: 2
    Last Post: 8th December 2006, 21:16
  4. QT4 Books
    By Jimmy2775 in forum Qt Programming
    Replies: 3
    Last Post: 7th February 2006, 20:07

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.