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+...

Buy Now From Amazon

Product Review

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.



Similar Products

C++ Templates: The Complete Guide (2nd Edition)C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and BeyondEffective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14Modern C++ Design: Generic Programming and Design Patterns AppliedC++17 STL Cookbook: Discover the latest enhancements to functional programming and lambda expressionsC++ Coding Standards: 101 Rules, Guidelines, and Best PracticesThe C++ Standard Library: A Tutorial and Reference (2nd Edition)C++ Concurrency in Action: Practical MultithreadingC++ Templates: The Complete GuideExceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions