As I mentioned in my yesterday's post, I'm trying to teach myself templates from the book: Templates: The Complete Guide. And although I'm finding this book very nicely presented and material there is explained really well there are no exercises attached after each chapter to test your knowledge, like it is in The C++ Language by B.S for example and had done all exercises from "The C++" I really feel benefit from doing them. So what I'm asking today is: Does anyone know where can I get exercises with templates.
But if I'm not mistaken there is just bit of templates not full book dedicated to them, am I right? And another thing, once I've tried to read one of his book and I just couldn't understand why this man in order to explain how to input something to console needed wrap this in unimportant and totally irrelevant stuff. So basically I stopped reading this book. What I'm really looking for is book, website or anything else where I could find material and exercises dedicated just to templates.
There is nothing we can do
2010-03-01 19:57:57
+1
A:
C++ Template Metaprogramming; Concepts, Tools, and Techniques from Boost and beyond - this book really rocks.
There is nothing we can do
2010-03-19 16:26:35