Non-Qt Books: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{LangSwitch}} | {{LangSwitch}} | ||
__NOTOC__ | |||
This is a compilation of books related to, but not specific to Qt, published in English. For books in other languages use the language switch. For Qt-specific books see [[Books]]. | This is a compilation of books related to, but not specific to Qt, published in English. For books in other languages use the language switch. For Qt-specific books see [[Books]]. | ||
== C++ == | == C++ == | ||
=== The C++ Programming Language (4th Edition) === | |||
{| | |||
|[[Image:The_c++_programming_language.png|thumbnail|left]] | |||
| | |||
:* Author: Bjarne Stroustrup | |||
:* Published: August 1995 | |||
:* ISBN: 978-0321563842, 0321563840 | |||
:"The new C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, has reorganized, extended, and completely rewritten his definitive reference and tutorial for programmers who want to use C++ most effectively. The C++ Programming Language, Fourth Edition, delivers meticulous, richly explained, and integrated coverage of the entire language-its facilities, abstraction mechanisms, standard libraries, and key design techniques." | |||
|} | |||
=== C++ The Complete Reference (5th Edition) === | === C++ The Complete Reference (5th Edition) === | ||
Line 36: | Line 47: | ||
* "Accelerated C+''" Andrew Koenig & Barbara Moo ([http://www.amazon.com/products/dp/020170353X Amazon]) | * "Accelerated C+''" Andrew Koenig & Barbara Moo ([http://www.amazon.com/products/dp/020170353X Amazon]) | ||
* "Effective C", "More Effective C", "Effective STL" Scott Meyers ([http://www.amazon.com/Scott-Meyers/e/B004BBEYYW Amazon]) | * "Effective C", "More Effective C", "Effective STL" Scott Meyers ([http://www.amazon.com/Scott-Meyers/e/B004BBEYYW Amazon]) |
Revision as of 12:10, 27 June 2015
This is a compilation of books related to, but not specific to Qt, published in English. For books in other languages use the language switch. For Qt-specific books see Books.
C++
The C++ Programming Language (4th Edition)
|
C++ The Complete Reference (5th Edition)
|
Design Patterns - Elements of Reusable Object-Oriented Software
|
Practical C++ Programming
|
- "Accelerated C+" Andrew Koenig & Barbara Moo (Amazon)
- "Effective C", "More Effective C", "Effective STL" Scott Meyers (Amazon)
- "Exceptional C", "More Exceptional C" Herb Sutter (Amazon)
- "Modern C+ Design" Andrei Alexandrescu (Amazon)
- "The C++ Standard Library" Nicolai Josuttis (Amazon)
- "C++ Templates" Vandevoorde & Josuttis (Amazon)
- "Standard C++ IOStreams and Locales" Langer & Kreft
- Thinking in C++ by Bruce Eckel
Information Link: http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html Download Link: http://www.mindviewinc.com/Books/downloads.html
- C++ How to Program by Deitel
- C++ Coding Standards : 101 Rules, Guidelines, and Best Practices, Herb Sutter, Andrei Alexandrescu
- "C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond" David Abrahams, Aleksey Gurtovoy (Amazon)