Suggestion for template book for C++? [closed]

2019-03-08 02:06发布

I am learning templates. Which book is worth buying for doing template programming?

I already have The C++ Programming Language and Effective C++.

8条回答
\"骚年 ilove
2楼-- · 2019-03-08 03:01

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.

查看更多
Anthone
3楼-- · 2019-03-08 03:03
登录 后发表回答