Advanced to expert C++ and QT: Books Guidance
-
[quote author="Immii" date="1293080062"]"The C++ Programming Language":http://www2.research.att.com/~bs/3rd.html
(Third Edition and Special Edition)
I have yet not come across of any advanced level book of Qt.
Best of luck[/quote]There are advanced book on Qt. Please refer "this":http://qt.nokia.com/developer/books page.
-
Thank yout Qtk, only book I know was "this":http://qt.nokia.com/developer/books/qt4.-professional-programming-with-c. I will try to get few from the list for me and for my colleagues.
-
Have a look at the wiki page "Books and Links for learning C and advanced topics":http://developer.qt.nokia.com/wiki/Books_and_Links_for_learning_C_and_advanced_topics (it should be C++ in the title, but the wiki strips the ++ :-) )
All of the already mentioned books and some more are listed on this page.
-
I agree on the suggestion for Scott Meyers' books. Of course, you'll also need Design Patters by Gamma, Helm, Johnson and Vlissides (GoF).
If you want to learn about the wonderous world of templates and metaprogramming, get yourself C++ Templates by Vandevoorde & Josuttis, Modern C++ design by Alexandrescu and C++ Template Metaprogramming by Abrahams & Curtovoy.
Plenty of stuff to make your head spin. It did spin mine!
-
[quote author="Andre" date="1293100819"]I agree on the suggestion for Scott Meyers' books. Of course, you need Design Patters by Gamma, Helm, Johnson and Vlissides (GoF).
If you want to learn about the wonderous world of templates and metaprogramming, get yourself C++ Templates by Vandevoorde & Josuttis, Modern C++ design by Alexandrescu and C++ Template Metaprogramming by Abrahams & Curtovoy.
Plenty of stuff to make your head spin. It did spin mine![/quote]
Mine is still spinning. :)
-
I know this topic is about advanced to expert books, but reading my usual news site I just found "C++ Beginner's Guide":http://msdn.microsoft.com/en-us/beginner/cc305129.aspx which can be freely downloaded till 31st December.
-
VCsala, thanks for pointing this out! I've put a "Note":http://developer.qt.nokia.com/forums/viewthread/2772 into the announcement forum.
-
Thank you Volker and VCsala.