Non-Qt Books: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 156: | Line 156: | ||
|} | |} | ||
=== | === Practical C++ Programming === | ||
{| | |||
|[[Image:Practical_c++_programming.png|thumbnail|left]] | |||
| | |||
:* Author: Steve Oualline | |||
:* Published: August 1995 | |||
:* ISBN: 978-1-56592-139-9, 1-56592-139-9 | |||
:"Fast becoming the standard language of commercial software development, C++ is an update of the C programming language, adding object-oriented features that are very helpful for today's larger graphical applications. ''Practical C++ Programming'' is a complete introduction to the C++ language for the beginning programmer, and also for C programmers transitioning to C++. Unlike most other C++ books, this book emphasizes a practical, real-world approach, including how to debug, how to make your code understandable to others, and how to understand other people's code." | |||
|} | |||
=== Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions === | |||
{| | {| | ||
|[[Image: | |[[Image:Exceptional_c++.png|thumbnail|left]] | ||
| | | | ||
:* Author: | :* Author: Herb Sutter | ||
:* Published: | :* Published: November 1999 | ||
:* ISBN: 978- | :* ISBN: 978-0201615623, 0201615622 | ||
:" | :"Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you enjoy solving thorny C++ problems and puzzles? Do you relish writing robust and extensible code? Then take a few minutes and challenge yourself with some tough C++ design and programming problems. The puzzles and problems in Exceptional C++ not only entertain, they will help you hone your skills to become the sharpest C++ programmer you can be. Many of these problems are culled from the famous Guru of the Week feature of the Internet newsgroup comp.lang.c++.moderated, expanded and updated to conform to the official ISO/ANSI C++ Standard." | ||
|} | |} | ||
Line 178: | Line 188: | ||
* "Exceptional C", "More Exceptional C" Herb Sutter ([http://www.amazon.com/Herb-Sutter/e/B001ILHLCK Amazon]) | * "Exceptional C", "More Exceptional C" Herb Sutter ([http://www.amazon.com/Herb-Sutter/e/B001ILHLCK Amazon]) | ||
Revision as of 13:45, 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++
Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14
|
The C++ Programming Language (4th Edition)
|
The C++ Standard Library: A Tutorial and Reference (2nd Edition)
|
Effective STL: 50 Specific Ways to Improve the Use of the Standard Template Library
|
Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition)
|
C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond
|
C++ Coding Standards: 101 Rules, Guidelines and Best Practices
|
Thinking in C++: Practical Programming, Volume Two
|
C++ Templates: The Complete Guide
|
Modern C++ Design: Generic Programming and Design Patterns Applied
|
C++ The Complete Reference (5th Edition)
|
Accelerated C++: Practical Programming by Example
|
Thinking in C++: Introduction to Standard C++, Volume One (2nd Edition)
|
Standard C++ IOStreams and Locales: Advanced Programmer's Guide and Reference
|
Design Patterns - Elements of Reusable Object-Oriented Software
|
Practical C++ Programming
|
Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions
|
Practical C++ Programming
|
- "Exceptional C", "More Exceptional C" Herb Sutter (Amazon)