C++ Templates: The Complete Guide | 誠品線上

C++ Templates: The Complete Guide

作者 David Vandevoorde ; Nicolai Josuttis ; Douglas Gregor
出版社 Ingram International Inc
商品描述 C++ Templates: The Complete Guide:TemplatesareamongthemostpowerfulfeaturesofC++,buttheyremainmisunderstoodandunderutilized,evenastheC++languageanddevelopmentco

內容簡介

內容簡介 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.

作者介紹

作者介紹 David Vandevoorde started programming C++ in the late 1980s. After obtaining a PhD from the Rensselaer Polytechnic Institute, he became technical lead of Hewlett-Packard's C++ compiler team. In 1999 he joined the Edison Design Group (EDG), whose C++ compiler technology is widely recognized as the industry's most advanced. He is an active member of the C++ Standard Committee and a moderator of the newsgroup comp.lang.c++.moderated (which he co-founded). He is the author of C++ Solutions, the companion to The C++ Programming Language, 3rd Edition. Nicolai M. Josuttis is well known for his best-selling de-facto standard bookThe C++ Standard Library - A Tutorial and Reference. He is an independent technical consultant who designs object-oriented software for the telecommunications, traffic, finance, and manufacturing industries. He is an active member of the C++ Standard Committee and a partner at System Bauhaus, a German group of prominent object-oriented system development experts. Josuttis has written several other books on object-oriented programming and C++. Douglas Gregor is Senior Swift C++ Objective-C Compiler Engineer at Apple. He holds a PhD in computer science from Rensselaer Polytechnic Institute, and did post-doctoral work at Indiana University.

商品規格

書名 / C++ Templates: The Complete Guide
作者 / David Vandevoorde ; Nicolai Josuttis ; Douglas Gregor
簡介 / C++ Templates: The Complete Guide:TemplatesareamongthemostpowerfulfeaturesofC++,buttheyremainmisunderstoodandunderutilized,evenastheC++languageanddevelopmentco
出版社 / Ingram International Inc
ISBN13 / 9780321714121
ISBN10 /
EAN / 9780321714121
誠品26碼 /
重量(g) / 1496.8
頁數 / 832
裝訂 / H:精裝
語言 / 3:英文
級別 / N:無
尺寸 / 23.4X19.6X4.8CM

最佳賣點

最佳賣點 : With the greatly increased use of templates, there is a real need in the C++ community for this information. This book is the next C++ classic, acting as both a complete reference as well as a tutorial. It emphasizes the practical use of templates, and includes real-world examples.