C++ Templates

C++ Templates
Author :
Publisher : Addison-Wesley Professional
Total Pages : 2818
Release :
ISBN-10 : 9780134778747
ISBN-13 : 013477874X
Rating : 4/5 (74X Downloads)

Book Synopsis C++ Templates by : David Vandevoorde

Download or read book C++ Templates written by David Vandevoorde and published by Addison-Wesley Professional. This book was released on 2017-09-14 with total page 2818 pages. Available in PDF, EPUB and Kindle. Book excerpt: Templates are among the most powerful features of C++, but they remain misunderstood and underutilized, even as the C++ language and development community have advanced. In C++ Templates, Second Edition, three pioneering C++ experts show why, when, and how to use modern templates to build software that’s cleaner, faster, more efficient, and easier to maintain. Now extensively updated for the C++11, C++14, and C++17 standards, this new edition presents state-of-the-art techniques for a wider spectrum of applications. The authors provide authoritative explanations of all new language features that either improve templates or interact with them, including variadic templates, generic lambdas, class template argument deduction, compile-time if, forwarding references, and user-defined literals. They also deeply delve into fundamental language concepts (like value categories) and fully cover all standard type traits. The book starts with an insightful tutorial on basic concepts and relevant language features. The remainder of the book serves as a comprehensive reference, focusing first on language details and then on coding techniques, advanced applications, and sophisticated idioms. Throughout, examples clearly illustrate abstract concepts and demonstrate best practices for exploiting all that C++ templates can do. Understand exactly how templates behave, and avoid common pitfalls Use templates to write more efficient, flexible, and maintainable software Master today’s most effective idioms and techniques Reuse source code without compromising performance or safety Benefit from utilities for generic programming in the C++ Standard Library Preview the upcoming concepts feature The companion website, tmplbook.com, contains sample code and additional updates.


C++ Templates Related Books

C++ Templates
Language: en
Pages: 2818
Authors: David Vandevoorde
Categories: Computers
Type: BOOK - Published: 2017-09-14 - Publisher: Addison-Wesley Professional

DOWNLOAD EBOOK

Templates are among the most powerful features of C++, but they remain misunderstood and underutilized, even as the C++ language and development community have
C++ Templates
Language: en
Pages: 550
Authors: David Vandevoorde
Categories: Computers
Type: BOOK - Published: 2002-11-12 - Publisher: Addison-Wesley Professional

DOWNLOAD EBOOK

Templates are among the most powerful features of C++, but they are too often neglected, misunderstood, and misused. C++ Templates: The Complete Guide provides
C++ Template Metaprogramming
Language: en
Pages: 724
Authors: David Abrahams
Categories: Computers
Type: BOOK - Published: 2004-12-10 - Publisher: Pearson Education

DOWNLOAD EBOOK

C++ Template Metaprogramming sheds light on the most powerful idioms of today's C++, at long last delivering practical metaprogramming tools and techniques into
Modern C++ Design
Language: en
Pages: 352
Authors: Andrei Alexandrescu
Categories: Computers
Type: BOOK - Published: 2001 - Publisher: Addison-Wesley Professional

DOWNLOAD EBOOK

This title documents a convergence of programming techniques - generic programming, template metaprogramming, object-oriented programming and design patterns. I
Effective Modern C++
Language: en
Pages: 334
Authors: Scott Meyers
Categories: Computers
Type: BOOK - Published: 2014-11-11 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semant