3

How to learn c++ generic programming and template? Recommend some good books about this topic.

cppguy
  • 199
  • 4
  • 12

4 Answers4

6
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

Community
  • 1
  • 1
the_drow
  • 18,571
  • 25
  • 126
  • 193
0

The C++ Standard Library by Josuttis.

pauljwilliams
  • 19,079
  • 3
  • 51
  • 79