Tagged Questions
14
votes
10answers
890 views
When/Why ( if ever ) should i think about doing Generic Programming/Meta Programming
IMHO to me OOPS, design patterns make sense and i have been able to apply them practically.
But when it comes to "generic programming /meta programming" of the Modern C++ kind, i am left confused.
...