How to learn c++ generic programming and template? Recommend some good books about this topic.
Asked
Active
Viewed 2,359 times
4 Answers
6
- C++ Templates: The Complete Guide - D.Vandevoorde and N.Josuttis
- C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond - D.Abrahams and A.Gurtovoy
- Modern C++ Design: Generic Programming and Design Patterns Applied - A.Alexandrescu

Brandon E Taylor
- 24,881
- 6
- 47
- 71
4
C++ Templates: The Complete Guide by Nicolai M. Josuttis is a good book for templates.

aJ.
- 34,624
- 22
- 86
- 128
0
Modern C++ Design: Generic Programming And Design Patterns Applied
[shameless promotion]Also check the loki-lib that was written for the book. I am a developer. :)[/shameless promotion]
EDIT: Also take a good look here