Are there any resources on how to identify problems that could best be solved with templates?

Posted by sap on Programmers See other posts from Programmers or by sap
Published on 2011-11-28T18:01:31Z Indexed on 2011/11/29 10:08 UTC
Read the original article Hit count: 343

Filed under:
|

I decided to improve my knowledge in template meta-programming. I know the syntax and rules and been playing with counteless examples from online resources.

I understand how powerful templates can be and how much compile time optimization they can provide but I still cant "think in templates", I can't seem to know by myself if a certain problem could be best solved with templates and if it can, how to adapt that problem to templates.

Is there some kind of online resource or book that teaches how to identify problems that could best be solved with templates and how to adapt that problem?

© Programmers or respective owner

Related posts about c++

Related posts about templates