How to learn c++ generic programming and template? Recommend some good books about this topic.
+4
A:
C++ Templates: The Complete Guide by Nicolai M. Josuttis is a good book for templates.
aJ
2009-06-16 07:19:19
+6
A:
- 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
2009-06-16 07:20:24
A:
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
the_drow
2009-06-16 07:31:48