I am learning templates. Which book is worth buying for doing template programming?
I already have The C++ Programming Language and Effective C++.
I am learning templates. Which book is worth buying for doing template programming?
I already have The C++ Programming Language and Effective C++.
There is a hidden treasure in C++ templates that very few people are aware of: C++ Common Knowledge: Essential Intermediate Programming.
The last 15 chapters of that book both teaches better and complements C++ Template Metaprogramming in some respects. I strongly recommend anyone who is to learn templates to read this book foremost.
Search for fairly recent book "Advanced C++ Metaprogramming" by Davide Di Gennaro