views:

259

answers:

5

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
+1  A: 

The C++ Standard Library by Josuttis.

Visage
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
A: 

Use boost in your projects

Andreo