Advanced Metaprogramming in Classic C++

Advanced Metaprogramming in Classic C++
Author :
Publisher : Apress
Total Pages : 554
Release :
ISBN-10 : 9781484210109
ISBN-13 : 1484210107
Rating : 4/5 (09 Downloads)

Book Synopsis Advanced Metaprogramming in Classic C++ by : Davide Di Gennaro

Download or read book Advanced Metaprogramming in Classic C++ written by Davide Di Gennaro and published by Apress. This book was released on 2015-05-08 with total page 554 pages. Available in PDF, EPUB and Kindle. Book excerpt: Advanced Metaprogramming in Classic C++ aims to be both an introduction and a reference to C++ template metaprogramming (TMP); TMP is presented in the book as a set of techniques that will bring a new style in C++ and make code exceptionally clear and efficient. The book deals with language aspects, design patterns, examples and applications (seen as case studies). Special emphasis is put on small reusable techniques that will improve the quality of daily work. What makes the book exceptional is the level of understanding of the concepts involved imparted by the author. This is not just a rote overview of metaprogramming. You will truly understand difficult topics like static assertions, how to write metafunctions, overload resolution, lambda expressions, and many others. More than that, you will work through them with practical examples guided by the author's frank explanations. This book requires you to think and to learn and to understand the language so that you can program at a higher level.


Advanced Metaprogramming in Classic C++ Related Books

Advanced Metaprogramming in Classic C++
Language: en
Pages: 554
Authors: Davide Di Gennaro
Categories: Computers
Type: BOOK - Published: 2015-05-08 - Publisher: Apress

DOWNLOAD EBOOK

Advanced Metaprogramming in Classic C++ aims to be both an introduction and a reference to C++ template metaprogramming (TMP); TMP is presented in the book as a
Advanced C++ Metaprogramming
Language: en
Pages: 0
Authors: Davide Di Gennaro
Categories: C++ (Computer program language).
Type: BOOK - Published: 2012 - Publisher: CreateSpace

DOWNLOAD EBOOK

The book tries to be both an introduction and a reference to C++ template metaprogramming; TMP is presented in the book as a set of techniques that will bring a
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
C++ Template Metaprogramming
Language: en
Pages: 408
Authors: David Abrahams
Categories: Computers
Type: BOOK - Published: 2005 - Publisher: Addison-Wesley Professional

DOWNLOAD EBOOK

"This book is aimed at any programmer who is comfortable with idioms of the Standard Template Library (STL). C++ power-users will gain a new insight into their